[Bug tree-optimization/51879] Missed tail merging with non-const/pure calls

2012-04-26 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51879 --- Comment #11 from vries at gcc dot gnu.org 2012-04-27 06:35:30 UTC --- All listed examples fixed in r186894. Todo: follow-up with fix for: ... struct S { int i; }; extern struct S foo (void); extern int foo2 (void); struct S s; int bar (int c)

[Bug tree-optimization/51879] Missed tail merging with non-const/pure calls

2012-04-26 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51879 --- Comment #10 from vries at gcc dot gnu.org 2012-04-27 06:28:55 UTC --- Author: vries Date: Fri Apr 27 06:28:49 2012 New Revision: 186895 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186895 Log: 2012-04-27 Tom de Vries PR tree-o

[Bug tree-optimization/51879] Missed tail merging with non-const/pure calls

2012-04-26 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51879 --- Comment #9 from vries at gcc dot gnu.org 2012-04-27 06:12:55 UTC --- Author: vries Date: Fri Apr 27 06:12:49 2012 New Revision: 186894 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186894 Log: 2012-04-27 Tom de Vries PR tree-op

[Bug c++/53135] internal compiler error: in value_format, at dwarf2out.c:8010

2012-04-26 Thread raj.khem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 Khem Raj changed: What|Removed |Added Target||arm-oe-linux-gnueabi Known to fail|

[Bug c++/53135] New: internal compiler error: in value_format, at dwarf2out.c:8010

2012-04-26 Thread raj.khem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 Bug #: 53135 Summary: internal compiler error: in value_format, at dwarf2out.c:8010 Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED

[Bug target/53134] Request for option to disable excess precision on i387

2012-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53134 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #3 from Andrew Pinski

[Bug c/53134] Request for option to disable excess precision on i387

2012-04-26 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53134 --- Comment #2 from Rich Felker 2012-04-27 05:24:45 UTC --- Thanks for the tip. I was not aware of that option (it's like -ffloat-store but also applies to casts, so it makes GCC's behavior ISO C conformant), and it seems some attention has been

[Bug c/53134] Request for option to disable excess precision on i387

2012-04-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53134 --- Comment #1 from Andrew Pinski 2012-04-27 05:04:21 UTC --- Have you tried -fexcess-precision=standard ?

[Bug c/53134] New: Request for option to disable excess precision on i387

2012-04-26 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53134 Bug #: 53134 Summary: Request for option to disable excess precision on i387 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancemen

[Bug tree-optimization/53133] New: XOR AL,AL to zero lower 8 bits of EAX/RAX causes partial register stall (Intel Core 2)

2012-04-26 Thread adam at consulting dot net.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53133 Bug #: 53133 Summary: XOR AL,AL to zero lower 8 bits of EAX/RAX causes partial register stall (Intel Core 2) Classification: Unclassified Product: gcc Version: 4.7.0

[Bug rtl-optimization/40761] IRA memory hog for insanely nested loops

2012-04-26 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40761 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/51213] [C++11][DR 1170] Access control checking has to be done under SFINAE conditions

2012-04-26 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213 --- Comment #3 from Jeffrey Yasskin 2012-04-27 01:31:49 UTC --- This looks like the root cause. along with r174464, of a regression in C++11 mode from 4.6->4.7 on the following program: $ cat test.cc #include class Uncopyable { // 2 Uncopya

[Bug c++/52145] [C++11] [DR 903] zero-valued integer constant expression should prefer conversion to pointer

2012-04-26 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52145 --- Comment #7 from Jeffrey Yasskin 2012-04-26 23:56:22 UTC --- Oops, I didn't actually realize you'd allocated an option for that in 4.8, and was just making one up. Sorry for the distraction.

[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2012-04-26 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39979 Peter Foelsche changed: What|Removed |Added CC||peterf at silvaco dot com --- Comment #2

[Bug middle-end/53093] [4.8 Regression]: tls/alias-1.c ICE, emutls

2012-04-26 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53093 --- Comment #5 from Hans-Peter Nilsson 2012-04-26 23:43:39 UTC --- (In reply to comment #4) > Can you, please try once again the attached patch? It should restore the > original behavior. In progress. Considering the amount of gcc work you do,

[Bug c++/53096] [DR 1333] [c++11] should be possible to default a copy ctor that takes non-const arg

2012-04-26 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53096 --- Comment #1 from paolo at gcc dot gnu.org 2012-04-26 23:32:17 UTC --- Author: paolo Date: Thu Apr 26 23:32:14 2012 New Revision: 186888 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186888 Log: /cp 2012-04-26 Paolo Carlini PR

[Bug c++/52145] [C++11] [DR 903] zero-valued integer constant expression should prefer conversion to pointer

2012-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52145 --- Comment #6 from Paolo Carlini 2012-04-26 23:14:18 UTC --- Oh, Ok, I wasn't there. In GCC we currently use -std=c++1y, but you know that.

[Bug c++/53132] New: Missing top level in diagnostic's instantiation stack

2012-04-26 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 Bug #: 53132 Summary: Missing top level in diagnostic's instantiation stack Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug c++/52145] [C++11] [DR 903] zero-valued integer constant expression should prefer conversion to pointer

2012-04-26 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52145 --- Comment #5 from Jeffrey Yasskin 2012-04-26 23:06:05 UTC --- "17" was the rough consensus at Kona for the target for the next standard. You could use -std=c++1y or c++1x or whatever instead.

[Bug c++/52145] [C++11] [DR 903] zero-valued integer constant expression should prefer conversion to pointer

2012-04-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52145 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug c/17896] The expression (a>0 & b>0) should give clearer warning message (-Wparentheses)

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17896 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug target/51192] h8300 ICE building libgcov.c in int_mode_for_mode

2012-04-26 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51192 --- Comment #2 from Joel Sherrill 2012-04-26 22:01:07 UTC --- Ralf.. I am assuming this isn't an issue anymore. $ h8300-rtems4.11-gcc --version h8300-rtems4.11-gcc (GCC) 4.7.0 20120322 (RTEMS gcc-4.7.0-1.el6/newlib-1.20.0-6.el6) This patch isn

[Bug c/53131] -Wlogical-op: ready for prime time in -Wall ?

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53131 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic CC|

[Bug middle-end/53093] [4.8 Regression]: tls/alias-1.c ICE, emutls

2012-04-26 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53093 --- Comment #4 from Jan Hubicka 2012-04-26 21:13:35 UTC --- Created attachment 27250 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27250 proposed fix. Thank you. I actually found why the numbers does not match. I was wrong with my previous

[Bug c++/29131] [DR 225] Bad name lookup for templates due to fundamental types namespace for ADL.

2012-04-26 Thread nplatis at freemail dot gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131 --- Comment #25 from Nikos Platis 2012-04-26 21:02:36 UTC --- The situation in the actual glm is more like the following. We also put t() and f() in namespace glm as well, se we get the following code, which produces the error: namespace glm {

[Bug regression/53130] [4.8 Regression]: gcc.dg/20011021-1.c, gcc.dg/m-un-2.c, gcc.dg/missing-field-init-2.c

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53130 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/53131] New: -Wlogical-op: ready for prime time in -Wall ?

2012-04-26 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53131 Bug #: 53131 Summary: -Wlogical-op: ready for prime time in -Wall ? Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: minor Prior

[Bug regression/53130] New: [4.8 Regression]: gcc.dg/20011021-1.c, gcc.dg/m-un-2.c, gcc.dg/missing-field-init-2.c

2012-04-26 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53130 Bug #: 53130 Summary: [4.8 Regression]: gcc.dg/20011021-1.c, gcc.dg/m-un-2.c, gcc.dg/missing-field-init-2.c Classification: Unclassified Product: gcc Version: 4.8.0 S

[Bug c++/52145] [C++11] [DR 903] zero-valued integer constant expression should prefer conversion to pointer

2012-04-26 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52145 Jeffrey Yasskin changed: What|Removed |Added Status|SUSPENDED |NEW CC|

[Bug c++/29131] [DR 225] Bad name lookup for templates due to fundamental types namespace for ADL.

2012-04-26 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug c/53129] Wself-assign

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53129 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c/53129] New: Wself-assign

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53129 Bug #: 53129 Summary: Wself-assign Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-04-26 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #5 from Daniel Starke 2012-04-26 18:07:37 UTC --- The mailinglist discussion covers only a part of the problem. I have attached a possible patch for gcc 4.7.0 to highlight to problem.

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-04-26 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #4 from Daniel Starke 2012-04-26 18:06:54 UTC --- Created attachment 27249 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27249 possible patch for gcc 4.7.0

[Bug c++/44811] non controllable bogus warning: right/left shift count is negative

2012-04-26 Thread dpiepgrass at mentoreng dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44811 David Piepgrass changed: What|Removed |Added CC||dpiepgrass at mentoreng dot

[Bug target/53124] Arm NEON narrowing right shift instructions impose incorrect operand bounds (intrinsic and asm)

2012-04-26 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53124 Richard Earnshaw changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug target/53124] Arm NEON narrowing right shift instructions impose incorrect operand bounds (intrinsic and asm)

2012-04-26 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53124 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/53128] [4.8 Regression] Compiler produces infinite loop on regular O2

2012-04-26 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53128 Alexander Monakov changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug tree-optimization/53128] [4.8 Regression] Compiler produces infinite loop on regular O2

2012-04-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53128 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/29131] [DR 225] Bad name lookup for templates due to fundamental types namespace for ADL.

2012-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131 --- Comment #23 from Jason Merrill 2012-04-26 15:51:35 UTC --- (In reply to comment #22) > I am sorry if my knowledge on this issue is limited, but if I put t() and f() > in namespace glm (re. the code in comment #20), should this compile? (That

[Bug target/53087] [powerpc] Poor code from cstore expander

2012-04-26 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53087 Paolo Bonzini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug tree-optimization/53128] New: [4.8 Regression] Compiler produces infinite loop on regular O2

2012-04-26 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53128 Bug #: 53128 Summary: [4.8 Regression] Compiler produces infinite loop on regular O2 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug middle-end/52997] [4.8 Regression] FAIL: gcc.dg/c99-intconst-1.c (internal compiler error)

2012-04-26 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52997 Bernd Schmidt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/29131] [DR 225] Bad name lookup for templates due to fundamental types namespace for ADL.

2012-04-26 Thread nplatis at freemail dot gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131 --- Comment #22 from Nikos Platis 2012-04-26 14:33:45 UTC --- I am sorry if my knowledge on this issue is limited, but if I put t() and f() in namespace glm (re. the code in comment #20), should this compile? (That is what you comment #19 implies

[Bug target/53124] Arm NEON narrowing right shift instructions impose incorrect operand bounds (intrinsic and asm)

2012-04-26 Thread ksebov at rim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53124 Kostya Sebov changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug debug/53118] [4.5/4.6/4.7 regression] -feliminate-dwarf2-dups is broken for C++

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/53111] [4.7/4.8 Regression] Derived types cannot be USE-associated again with -std=f95

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53111 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug c++/53039] [4.7/4.8 Regression] including breaks std::is_convertible with template-pack expansion

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53039 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug target/53124] Arm NEON narrowing right shift instructions impose incorrect operand bounds (intrinsic and asm)

2012-04-26 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53124 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/52940] conversion from MODE_PARTIAL_INT uses sign extension for unsigned types

2012-04-26 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52940 --- Comment #2 from Bernd Schmidt 2012-04-26 14:20:50 UTC --- Author: bernds Date: Thu Apr 26 14:20:39 2012 New Revision: 186877 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186877 Log: PR middle-end/52940 * machmode.h (CLASS_HA

[Bug middle-end/53093] [4.8 Regression]: tls/alias-1.c ICE, emutls

2012-04-26 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53093 --- Comment #3 from Hans-Peter Nilsson 2012-04-26 14:20:44 UTC --- (In reply to comment #2) > Can you, please, test the following patch? I will try to work out why this > did not ICE before. Works for me; fixes the regression, x to cris-elf at

[Bug lto/53019] [4.7 regression] ICE (segfault) with -flto=jobserver -fwhole-program

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53019 Richard Guenther changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- Comment #8 from Manuel López-Ibáñez 2012-04-26 14:19:13 UTC --- I still think it may be fine moving this warning to -Wextra, since it gives false positives and when it does, they are hard to avoid. Anders, you may get to convince more people

[Bug tree-optimization/52979] [4.7 Regression] likely wrong code bug w/packed bitfields

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52979 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug c++/52637] [4.7/4.8 regression] ICE producing debug info for c++11 code using local class as template argument

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52637 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/40976] Merge DECL of procedure call with DECL of gfc_get_function_type

2012-04-26 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40976 --- Comment #5 from janus at gcc dot gnu.org 2012-04-26 14:09:28 UTC --- I think PR42122 is possibly related ...

[Bug c++/29131] [DR 225] Bad name lookup for templates due to fundamental types namespace for ADL.

2012-04-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131 --- Comment #21 from Jason Merrill 2012-04-26 14:09:14 UTC --- (In reply to comment #20) > glm::vec3 does not seem like a fundamental type. It isn't, but its associated namespace is glm, and your f isn't in glm.

[Bug other/52438] Some files still GPLv2

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52438 Richard Guenther changed: What|Removed |Added Target Milestone|4.7.1 |--- Summary|[4.7 Regression

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 Richard Guenther changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment

[Bug fortran/40850] double free in nested types with allocatable components

2012-04-26 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40850 --- Comment #15 from janus at gcc dot gnu.org 2012-04-26 14:03:00 UTC --- All test cases given here (comment 0, 4, 5 and 8) work with gfortran 4.6.3 and above. I assume we can close this PR?

[Bug c++/53039] [4.7/4.8 Regression] including breaks std::is_convertible with template-pack expansion

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53039 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.1

[Bug lto/53019] [4.7 regression] ICE (segfault) with -flto=jobserver -fwhole-program

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53019 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.1

[Bug c++/52637] [4.7/4.8 regression] ICE producing debug info for c++11 code using local class as template argument

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52637 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.1

[Bug middle-end/52940] conversion from MODE_PARTIAL_INT uses sign extension for unsigned types

2012-04-26 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52940 Bernd Schmidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/53127] cc1plus segmentation fault

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53127 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/52997] [4.8 Regression] FAIL: gcc.dg/c99-intconst-1.c (internal compiler error)

2012-04-26 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52997 --- Comment #3 from Bernd Schmidt 2012-04-26 13:25:48 UTC --- Author: bernds Date: Thu Apr 26 13:25:41 2012 New Revision: 186875 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186875 Log: * PR middle-end/52997 * ira.c (find_moveab

[Bug c++/53127] cc1plus segmentation fault

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53127 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug c++/53127] cc1plus segmentation fault

2012-04-26 Thread koliasvskj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53127 --- Comment #1 from Nickolay Cherney 2012-04-26 12:59:54 UTC --- Created attachment 27246 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27246 preprocessed file gzip didn't manage to attach it as plain text

[Bug c++/53127] New: cc1plus segmentation fault

2012-04-26 Thread koliasvskj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53127 Bug #: 53127 Summary: cc1plus segmentation fault Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug c/51712] -Wtype-limits should not trigger for types of implementation-defined signedness

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51712 --- Comment #7 from Manuel López-Ibáñez 2012-04-26 11:59:30 UTC --- (In reply to comment #6) > On Tue, 17 Apr 2012, manu at gcc dot gnu.org wrote: > > > Unfortunately, I cannot see any way to know that FOO is a constant that > > comes > > from

[Bug fortran/38849] ICE in fold_convert with C_F_POINTER and C binding

2012-04-26 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38849 janus at gcc dot gnu.org changed: What|Removed |Added Known to fail|| --- Comment #5 from janus at g

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2012-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 --- Comment #8 from joseph at codesourcery dot com 2012-04-26 10:50:38 UTC --- On Thu, 26 Apr 2012, manu at gcc dot gnu.org wrote: > OK, but do you agree that the warning should be silenced always for ={0}? Yes, I think that makes sense.

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2012-04-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 Manuel López-Ibáñez changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Commen

[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}

2012-04-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 --- Comment #6 from joseph at codesourcery dot com 2012-04-26 10:37:26 UTC --- On Wed, 25 Apr 2012, manu at gcc dot gnu.org wrote: > It seems to me you are right. However, I cannot see how to check for ={0} at > the point of the warning. > > Jos

[Bug debug/53118] [4.5/4.6/4.7 regression] -feliminate-dwarf2-dups is broken for C++

2012-04-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.5.4

[Bug plugins/53126] gcc-4.7.0 error "gcc-ar: Cannot find plugin"

2012-04-26 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53126 Markus Trippelsdorf changed: What|Removed |Added CC||andi-gcc at firstfloor dot

[Bug plugins/53126] gcc-4.7.0 error "gcc-ar: Cannot find plugin"

2012-04-26 Thread maxim.yegorushkin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53126 --- Comment #1 from Maxim Yegorushkin 2012-04-26 08:24:43 UTC --- Created attachment 27245 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27245 The Makefile I use to download gcc and libs, build and install it. Usage: make download mak

[Bug plugins/53126] New: gcc-4.7.0 error "gcc-ar: Cannot find plugin"

2012-04-26 Thread maxim.yegorushkin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53126 Bug #: 53126 Summary: gcc-4.7.0 error "gcc-ar: Cannot find plugin" Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: critical Pri

[Bug tree-optimization/53114] Extra load store/instructions compared to gcc-3.4 on ARM

2012-04-26 Thread mr.kayrick at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53114 --- Comment #4 from Alexey Kravets 2012-04-26 07:55:25 UTC --- -fno-ivopts option fixed this issue (thanks to Alexander Monakov ), so there is an induction variables optimization issue. http://gcc.gnu.org/ml/gcc/2012-04/msg00815.html