http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53337
--- Comment #1 from vincenzo Innocente
2012-05-14 07:39:45 UTC ---
Created attachment 27397
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27397
preprocessed file (for those not having boost)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47247
--- Comment #34 from vincenzo Innocente
2012-05-14 07:41:02 UTC ---
I've created PR53337
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51564
--- Comment #8 from rguenther at suse dot de
2012-05-14 08:12:44 UTC ---
On Fri, 11 May 2012, matt at use dot net wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51564
>
> --- Comment #7 from Matt Hargett 2012-05-11 20:19:01
> UTC ---
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
Richard Guenther changed:
What|Removed |Added
Status|NEW |WAITING
AssignedTo|unassigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53338
Richard Guenther changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53336
Nathan Ridge changed:
What|Removed |Added
CC||zeratul976 at hotmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
--- Comment #5 from Dominique d'Humieres 2012-05-14
08:51:14 UTC ---
Created attachment 27398
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27398
preprocessed source matmul_i8.i for powerpc-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53338
--- Comment #4 from Uros Bizjak 2012-05-14 09:03:20
UTC ---
20% runtime regression in rnflow [1] happened in this timeframe, perhaps it
could be attributed to the patch, mentioned in Comment #2.
[1] http://gcc.opensuse.org/c++bench/polyhedron/po
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53338
--- Comment #5 from Dominique d'Humieres 2012-05-14
09:21:41 UTC ---
> 20% runtime regression in rnflow [1] happened in this timeframe, perhaps it
> could be attributed to the patch, mentioned in Comment #2.
This slowdown is caused by revision 1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53189
Andrew Stubbs changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53338
--- Comment #6 from Richard Guenther 2012-05-14
09:32:31 UTC ---
(In reply to comment #5)
> > 20% runtime regression in rnflow [1] happened in this timeframe, perhaps it
> > could be attributed to the patch, mentioned in Comment #2.
>
> This slo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53334
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53340
Bug #: 53340
Summary: [4.8 Regression] rnflow.f90 is ~20% slower after
revision 187092
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53338
--- Comment #7 from Dominique d'Humieres 2012-05-14
09:39:20 UTC ---
> That patch was supposed to be a no-op on code generation.
I have opened pr53340.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53340
--- Comment #1 from Dominique d'Humieres 2012-05-14
09:44:33 UTC ---
Created attachment 27399
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27399
source cptrf2.f90 extracted from rnflow.f90
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53340
--- Comment #2 from Dominique d'Humieres 2012-05-14
09:49:22 UTC ---
If I understand correctly the profiling, the slowdown comes from the first
inlined function minlst. The fast assembly is
L45:
movss (%r10), %xmm10
leal-1(%rsi), %
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
--- Comment #6 from Richard Guenther 2012-05-14
10:02:12 UTC ---
Can you try
Index: gcc/tree-vect-data-refs.c
===
--- gcc/tree-vect-data-refs.c (revision 187449)
+++ gcc/tree-vect
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53341
Bug #: 53341
Summary: overloaded operator delete(void *) appear in object
file even when not directly used
Classification: Unclassified
Product: gcc
Version: 4.7.0
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53340
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
--- Comment #6 from Paolo Carlini 2012-05-14
10:52:28 UTC ---
Can we avoid deriving from unary_function and binary_function, no big deal as
an implementation detail, but are deprecated in C++11, I would rather *remove*
uses. Also, did you run the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53336
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53336
Richard Guenther changed:
What|Removed |Added
CC||bonzini at gnu dot org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
--- Comment #7 from Paolo Carlini 2012-05-14
10:59:15 UTC ---
I really do believe that we want to leave the stuff in stl_function.h alone and
have something very neat in namespace __detail, in hashtable_policy.h, probably
a single overloaded temp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362
--- Comment #7 from Eric Botcazou 2012-05-14
11:14:28 UTC ---
When there are many files to link, gnatlink passes a file containing the file
names, instead of the file names directly, on the GCC link line. There is a
bad interaction with LTO:
er
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37864
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362
--- Comment #8 from Richard Guenther 2012-05-14
11:22:45 UTC ---
(In reply to comment #7)
> When there are many files to link, gnatlink passes a file containing the file
> names, instead of the file names directly, on the GCC link line. There is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39681
Manuel López-Ibáñez changed:
What|Removed |Added
Keywords||diagnostic
Target|i486-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11856
Manuel López-Ibáñez changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52494
--- Comment #2 from Andris Pavenis 2012-05-14
11:30:49 UTC ---
Created attachment 27400
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27400
Add missing sub-package to s-taprop-dummy.adb
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53340
--- Comment #4 from Richard Guenther 2012-05-14
11:37:02 UTC ---
Author: rguenth
Date: Mon May 14 11:36:58 2012
New Revision: 187457
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187457
Log:
2012-05-14 Richard Guenther
PR tree-op
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53340
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53241
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53342
Bug #: 53342
Summary: [4.8 Regression] rnflow.f90 is ~5% slower after
revision 187340
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52804
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53342
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53342
Michael Matz changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
--- Comment #7 from Dominique d'Humieres 2012-05-14
12:32:26 UTC ---
> Can you try
>From a clean bootstrap at revision 187401, updating gcc and rebuilding
libgfortran has succeeded for 187402 with the patch in comment #6 (with
libgfortran moved
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53343
Bug #: 53343
Summary: [4.8 regression] options.c:9944:1: error: no previous
prototype for 'common_handle_option_auto' broke
bootstrap on sparc64-linux
Classification: Unclassified
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11856
--- Comment #32 from Jason Merrill 2012-05-14
12:56:09 UTC ---
Seems like another job for c_inhibit_evaluation_warnings.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11856
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53229
Dodji Seketeli changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
--- Comment #8 from Paolo Carlini 2012-05-14
13:12:38 UTC ---
Created attachment 27402
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27402
Draft
Something like this, very lightly tested so far.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
Paolo Carlini changed:
What|Removed |Added
CC||jwakely.gcc at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53337
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #2 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53063
--- Comment #3 from Manuel López-Ibáñez 2012-05-14
13:30:39 UTC ---
Author: manu
Date: Mon May 14 13:30:32 2012
New Revision: 187462
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187462
Log:
2012-05-14 Manuel López-Ibáñez
PR 5306
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
Rainer Orth changed:
What|Removed |Added
Target|powerpc64-*-* |powerpc64-*-*,
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
Richard Guenther changed:
What|Removed |Added
Status|WAITING |ASSIGNED
--- Comment #9 from Richard G
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53344
Bug #: 53344
Summary: Dont' emit an assembler warning when assembling 3-byte
symbols
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53344
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P4
Blocks|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53337
--- Comment #3 from vincenzo Innocente
2012-05-14 14:08:04 UTC ---
I will try the trunk go binutils.
Still I confirm that this warning does not appear at all (in real-life code,
not just in the attached test case) with gcc 4.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52494
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53345
Bug #: 53345
Summary: some OPT_Wformat is enabled by default
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53345
Manuel López-Ibáñez changed:
What|Removed |Added
CC||joseph at codesourcery dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53345
--- Comment #2 from Manuel López-Ibáñez 2012-05-14
15:00:32 UTC ---
A relatively simple fix is a new option OPT_Wformat_pedantic that is enabled by
default. Another option is to enable Wformat by default. That doesn't sound too
bad.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
--- Comment #10 from Richard Guenther 2012-05-14
15:01:35 UTC ---
Author: rguenth
Date: Mon May 14 15:01:22 2012
New Revision: 187466
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187466
Log:
2012-05-14 Richard Guenther
PR tree-o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53346
Bug #: 53346
Summary: [4.6/4.7/4.8 Regression] Bad vectorization in the proc
cptrf2 of rnflow.f90
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53347
Bug #: 53347
Summary: Duplicated redundant condition in compare-elim.c
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: trivial
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53344
--- Comment #1 from Georg-Johann Lay 2012-05-14
15:48:15 UTC ---
Author: gjl
Date: Mon May 14 15:47:52 2012
New Revision: 187470
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187470
Log:
PR target/53344
* config/avr/avr.c (avr_co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53344
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52700
Benjamin Kosnik changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39681
--- Comment #7 from Jonathan Wakely 2012-05-14
16:07:32 UTC ---
I agree it should be better, but the analogy isn't great: "new foo" requires
foo to be a type, "delete foo" requires foo to be a variable.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39681
--- Comment #8 from Manuel López-Ibáñez 2012-05-14
16:42:44 UTC ---
(In reply to comment #5)
> Like, sorry about my naivete, by adding a cp_parser_skip_to_end_of_statement
> or
> something right after the error message?!?
That may work and the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51394
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51976
Tobias Burnus changed:
What|Removed |Added
CC||i.thompson at lboro dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53329
--- Comment #1 from Tobias Burnus 2012-05-14
16:45:32 UTC ---
Author: burnus
Date: Mon May 14 16:45:16 2012
New Revision: 187472
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187472
Log:
2012-05-14 Tobias Burnus
PR fortran/49
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51055
--- Comment #5 from Tobias Burnus 2012-05-14
16:45:31 UTC ---
Author: burnus
Date: Mon May 14 16:45:16 2012
New Revision: 187472
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187472
Log:
2012-05-14 Tobias Burnus
PR fortran/49
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49110
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49110
--- Comment #16 from Tobias Burnus 2012-05-14
16:45:31 UTC ---
Author: burnus
Date: Mon May 14 16:45:16 2012
New Revision: 187472
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187472
Log:
2012-05-14 Tobias Burnus
PR fortran/4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53329
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51055
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53334
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
Target Miles
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53348
Bug #: 53348
Summary: Conflicting fast-integer types on AIX:
vs. gcc/config/rs6000/aix-stdint.h
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53317
--- Comment #3 from ahakkas at gmail dot com 2012-05-14 18:07:50 UTC ---
Created attachment 27403
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27403
testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46098
Uros Bizjak changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50606
--- Comment #2 from dcb 2012-05-14 18:24:44 UTC ---
(In reply to comment #1)
> printf warnings are handled in the FE, so we would need constant-propagation
> in
> the FE. Clang implements it, so I know it is possible.
I think my bug report wasn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53315
--- Comment #18 from Jakub Jelinek 2012-05-14
18:47:09 UTC ---
Author: jakub
Date: Mon May 14 18:47:05 2012
New Revision: 187477
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187477
Log:
2012-05-14 Andrew Pinski
H.J. Lu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50606
--- Comment #3 from Manuel López-Ibáñez 2012-05-14
18:47:01 UTC ---
(In reply to comment #2)
> (In reply to comment #1)
> > printf warnings are handled in the FE, so we would need
> > constant-propagation in
> > the FE. Clang implements it, so I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52428
--- Comment #9 from Janne Blomqvist 2012-05-14 19:39:27
UTC ---
Author: jb
Date: Mon May 14 19:39:23 2012
New Revision: 187478
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187478
Log:
PR 52428 Range checking when reading integer values.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52428
Janne Blomqvist changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53263
François Dumont changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52607
--- Comment #30 from Marc Glisse 2012-05-14
20:19:39 UTC ---
Author: glisse
Date: Mon May 14 20:19:30 2012
New Revision: 187479
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187479
Log:
2012-05-14 Marc Glisse
PR target/52607
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46098
--- Comment #10 from uros at gcc dot gnu.org 2012-05-14 21:28:11 UTC ---
Author: uros
Date: Mon May 14 21:28:07 2012
New Revision: 187481
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187481
Log:
PR target/46098
* config/i386/i386.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46098
--- Comment #11 from uros at gcc dot gnu.org 2012-05-14 21:30:27 UTC ---
Author: uros
Date: Mon May 14 21:30:23 2012
New Revision: 187482
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187482
Log:
PR target/46098
* config/i386/i386.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46098
--- Comment #12 from uros at gcc dot gnu.org 2012-05-14 21:32:35 UTC ---
Author: uros
Date: Mon May 14 21:32:29 2012
New Revision: 187483
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187483
Log:
PR target/46098
* config/i386/i386.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46098
--- Comment #13 from uros at gcc dot gnu.org 2012-05-14 21:35:20 UTC ---
Author: uros
Date: Mon May 14 21:35:16 2012
New Revision: 187484
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187484
Log:
PR target/46098
* config/i386/i386.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46098
Uros Bizjak changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53349
Bug #: 53349
Summary: Internal compiler error with constexpr and recursive
data type.
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53350
Bug #: 53350
Summary: Internal compiler error when compiling
boost/smart_ptr/intrusive_ptr.hpp 1.49
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: U
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53351
Bug #: 53351
Summary: Missing integer types when bootstrapping on AIX 4.3
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53352
Bug #: 53352
Summary: Incorrect CSE optimization on RTL expressions with a
paradoxical subreg
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53348
--- Comment #1 from Daniel Richard G. 2012-05-14
22:51:36 UTC ---
*** Bug 47907 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47907
Daniel Richard G. changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53352
--- Comment #1 from Meador Inge 2012-05-14
22:52:41 UTC ---
Created attachment 27405
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27405
Reproduction case
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902
Daniel Richard G. changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53348
--- Comment #2 from Daniel Richard G. 2012-05-14
22:54:02 UTC ---
*** Bug 47902 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53350
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53353
Bug #: 53353
Summary: Missing error/warning when using __int128_t with
incorrect asm register constraints
Classification: Unclassified
Product: gcc
Version: 4.7.0
Sta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
Paolo Carlini changed:
What|Removed |Added
Attachment #27402|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53351
Paolo Carlini changed:
What|Removed |Added
CC||dje at gcc dot gnu.org
--- Comment #1 fro
1 - 100 of 117 matches
Mail list logo