[Bug c++/53431] C++ preprocessor ignores #pragma GCC diagnostic ignored -Wundef

2013-07-12 Thread nomegenerico at email dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 Fabio nomegenerico at email dot it changed: What|Removed |Added CC||nomegenerico at email

[Bug middle-end/57393] [4.9 Regression] error: definition in block 4 follows the use / internal compiler error: verify_ssa failed

2013-07-12 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57393 --- Comment #8 from David Binderman dcb314 at hotmail dot com --- Still fails on 20130710. Another test case that generates the same message is available on request.

[Bug middle-end/56417] internal compiler error: verify_gimple failed

2013-07-12 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56417 David Binderman dcb314 at hotmail dot com changed: What|Removed |Added CC||dcb314 at

[Bug middle-end/57886] New: Invalid folding of (float)-x to -(float)x

2013-07-12 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57886 Bug ID: 57886 Summary: Invalid folding of (float)-x to -(float)x Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/57887] New: nested non-type template parameters not declared in this scope

2013-07-12 Thread plasmahh at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57887 Bug ID: 57887 Summary: nested non-type template parameters not declared in this scope Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug libitm/57855] passing unsafe function as transaction_safe function pointer does not generate error

2013-07-12 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57855 Patrick Marlier patrick.marlier at gmail dot com changed: What|Removed |Added CC|

[Bug c++/57888] New: using non-type template parameter in constexpr function for non static data member intializer segfaults

2013-07-12 Thread plasmahh at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57888 Bug ID: 57888 Summary: using non-type template parameter in constexpr function for non static data member intializer segfaults Product: gcc Version: 4.8.1

[Bug middle-end/57886] Invalid folding of (float)-x to -(float)x

2013-07-12 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57886 --- Comment #1 from Mikael Pettersson mikpe at it dot uu.se --- Dup of PR55771?

[Bug middle-end/57886] Invalid folding of (float)-x to -(float)x

2013-07-12 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57886 Michael Matz matz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/55771] Negation and type conversion incorrectly exchanged

2013-07-12 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55771 Michael Matz matz at gcc dot gnu.org changed: What|Removed |Added CC||matz at gcc dot

[Bug c/57889] New: Improvement: builtin to return a string from a type (type to string builtin)

2013-07-12 Thread yann at droneaud dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57889 Bug ID: 57889 Summary: Improvement: builtin to return a string from a type (type to string builtin) Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug target/57717] error: unrecognizable insn compiling ./strtod_l.c from glibc on powerpc-gnuspe

2013-07-12 Thread alexandru.sardan at freescale dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57717 Alexandru-Cezar Sărdan alexandru.sardan at freescale dot com changed: What|Removed |Added CC|

[Bug c++/57890] New: gcc 4.8.1 regression: loops become slower

2013-07-12 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57890 Bug ID: 57890 Summary: gcc 4.8.1 regression: loops become slower Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++

[Bug target/57890] gcc 4.8.1 regression: loops become slower

2013-07-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57890 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c/57889] Improvement: builtin to return a string from a type (type to string builtin)

2013-07-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57889 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug middle-end/56417] internal compiler error: verify_gimple failed

2013-07-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56417 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW

[Bug rtl-optimization/57878] Incorrect code: live register clobbered in split2

2013-07-12 Thread eraman at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57878 --- Comment #2 from Easwaran Raman eraman at google dot com --- After IRA, we have: (insn 116 115 117 6 (set (reg:DI 130 [ D.3288 ]) (mem:DI (plus:SI (reg/v/f:SI 172 [orig:109 __first ] [109]) (const_int 4 [0x4])) [10

[Bug other/46333] problems with configure -enable-build-with-cxx -disable-bootstrap

2013-07-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46333 --- Comment #22 from Marc Glisse glisse at gcc dot gnu.org --- Did someone try to bootstrap gcc using CC=suncc CXX='sunCC -library=stlport4' recently? Is this PR still relevant?

[Bug c++/29834] g++ thinks it is a declaration when it cannot be

2013-07-12 Thread ace.of.zerosync at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29834 --- Comment #13 from M.S. Babaei ace.of.zerosync at gmail dot com --- (In reply to James Kanze from comment #9) Re using the init list syntax: it won't work if you have to be compatible with other compilers (like Sun CC). Using something like