[Bug rtl-optimization/57763] [4.9 Regression]: comp-goto-1.c: ICE verify_flow_info failed, error: EDGE_CROSSING missing across section boundary

2013-07-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57763 --- Comment #10 from Uroš Bizjak --- Program received signal SIGSEGV, Segmentation fault. 0x000120345388 in fixup_reorder_chain () at ../../gcc-svn/trunk/gcc/cfgrtl.c:3436 3436 if (BB_HEADER (bb)) (gdb) bt #0 0x000120345388 in fi

[Bug c/57841] New: Assembler error on gcc for ARM

2013-07-07 Thread a.livenets at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57841 Bug ID: 57841 Summary: Assembler error on gcc for ARM Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assigne

[Bug target/54531] vpermilpd(x, 2 or 10) is a move

2013-07-07 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54531 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/57839] Reallocate on assignment does not work properly

2013-07-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57839 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug fortran/57839] Reallocate on assignment does not work properly

2013-07-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57839 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code --- Comment #2 from Tobias Bur

[Bug rtl-optimization/57763] [4.9 Regression]: comp-goto-1.c: ICE verify_flow_info failed, error: EDGE_CROSSING missing across section boundary

2013-07-07 Thread stevenb.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57763 --- Comment #11 from stevenb.gcc at gmail dot com --- > --- Comment #9 from Uroš Bizjak --- > I have tried to compile gcc.dg/comp-goto-1.c with the patched gcc, but > compilation failed with: Huh, worked for me. What revision, what compiler opti

[Bug rtl-optimization/57763] [4.9 Regression]: comp-goto-1.c: ICE verify_flow_info failed, error: EDGE_CROSSING missing across section boundary

2013-07-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57763 --- Comment #12 from Uroš Bizjak --- (In reply to stevenb@gmail.com from comment #11) > > --- Comment #9 from Uroš Bizjak --- > > I have tried to compile gcc.dg/comp-goto-1.c with the patched gcc, but > > compilation failed with: > > Huh, wo

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-07-07 Thread tomga at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #10 from Tomasz Gajewski --- Created attachment 30473 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30473&action=edit Patch to pretty printers testsuite to expose some problems This patch adds into the testsuite additional cases

[Bug c++/51786] [c++0x] Invalid declaration with decltype accepted

2013-07-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51786 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-07-07 Thread tomga at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #11 from Tomasz Gajewski --- Created attachment 30474 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30474&action=edit Patch that fixes all testcases added by me in previous patch to simple.cc

[Bug c++/54588] Improved error messages by dropping out types

2013-07-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54588 --- Comment #5 from Manuel López-Ibáñez --- (In reply to Marc Glisse from comment #4) > > or maybe it does. I'd be very careful about removing information from the > diagnostics. I find cases where we are missing information (PR53822 for I didn'

[Bug c++/54588] Improved error messages by dropping out types

2013-07-07 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54588 --- Comment #6 from Marc Glisse --- (In reply to Manuel López-Ibáñez from comment #5) > But in this specific case, how can the type of VeryComplicatedType change > anything about the convertibility of A<...> to 'int'? Sorry if I lack > imagination

[Bug target/57841] Assembler error on gcc for ARM

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57841 --- Comment #1 from Andrew Pinski --- What binutils version?

[Bug target/57841] Assembler error on gcc for ARM

2013-07-07 Thread a.livenets at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57841 Alexander Livenets changed: What|Removed |Added Target||arm-linux Host|

[Bug c++/57842] New: for statement not terminating properly

2013-07-07 Thread groundup2360917182914017 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57842 Bug ID: 57842 Summary: for statement not terminating properly Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/57842] for statement not terminating properly

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57842 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57842] for statement not terminating properly

2013-07-07 Thread groundup2360917182914017 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57842 --- Comment #2 from Anthony Brown --- I see the problem with my code. There is no bug. The second if should be else if. Sorry. On Sun, Jul 7, 2013 at 12:15 PM, pinskia at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.or

[Bug fortran/57843] New: Polymorphic assignment for derived type is resolved with parent's generic instead of its own

2013-07-07 Thread jwmwalrus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57843 Bug ID: 57843 Summary: Polymorphic assignment for derived type is resolved with parent's generic instead of its own Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/54310] Order of operations during overload resolution

2013-07-07 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54310 --- Comment #1 from Nathan Ridge --- Richard Smith has suggested that GCC is actually allowed not to instantiate 'meta' as per [temp.inst]/p6: "If the overload resolution process can determine the correct function to call without instantiating a

[Bug libstdc++/57844] New: avr-unknown-elf libstdc++v3 build causes internal compiler error: in extract_insn, at recog.c:2150

2013-07-07 Thread bugzilla.gcc at buszta dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57844 Bug ID: 57844 Summary: avr-unknown-elf libstdc++v3 build causes internal compiler error: in extract_insn, at recog.c:2150 Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug middle-end/56977] gcc -Og incorrectly warns about 'constant zero length parameter'

2013-07-07 Thread bastiaan at bjacques dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56977 Bastiaan Jacques changed: What|Removed |Added CC||bastiaan at bjacques dot org --- Comme

[Bug c++/57842] for statement not terminating properly

2013-07-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57842 --- Comment #3 from Jonathan Wakely --- http://www.codinghorror.com/blog/2008/03/the-first-rule-of-programming-its-always-your-fault.html select isn't broken, neither is 'for'

[Bug target/57722] Floating point problems when building with no-sse and no-mmx

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57722 Andrew Pinski changed: What|Removed |Added Target||x86_64-unknown-linux-gnu Compone

[Bug c++/57845] New: ICE with -freg-struct-return on Sparc target

2013-07-07 Thread adam at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57845 Bug ID: 57845 Summary: ICE with -freg-struct-return on Sparc target Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/57722] Floating point problems when building with no-sse and no-mmx

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57722 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57846] New: CRTP, templates, metaprogramming, forwarding and static member

2013-07-07 Thread vince.rev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57846 Bug ID: 57846 Summary: CRTP, templates, metaprogramming, forwarding and static member Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug c/57847] New: Compile ARM linux kernel with configuration of SLUB allocator, kernel failed to boot

2013-07-07 Thread lxz at knd dot com.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57847 Bug ID: 57847 Summary: Compile ARM linux kernel with configuration of SLUB allocator, kernel failed to boot Product: gcc Version: 4.7.3 Status: UNCONFIRMED Sever

[Bug target/57847] Compile ARM linux kernel with configuration of SLUB allocator, kernel failed to boot

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57847 --- Comment #1 from Andrew Pinski --- I have used GCC 4.7.0 with Linux 3.10 with the SLUB allocator and it works just fine. Can you provide the exact options you configured GCC with?

[Bug c/57848] New: internal compiler error on build with mingw-w64

2013-07-07 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 Bug ID: 57848 Summary: internal compiler error on build with mingw-w64 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c

[Bug target/57848] internal compiler error on build with mingw-w64

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 Andrew Pinski changed: What|Removed |Added Component|c |target Severity|blocker

[Bug ada/57849] New: With Convention => C causes Bug box with -gnat2012

2013-07-07 Thread prosfilaes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57849 Bug ID: 57849 Summary: With Convention => C causes Bug box with -gnat2012 Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/57847] Compile ARM linux kernel with configuration of SLUB allocator, kernel failed to boot

2013-07-07 Thread lxz at knd dot com.cn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57847 --- Comment #2 from lxz at knd dot com.cn --- I am using codesourcery and linaro compiler. lxz@cdserver:~$ arm-none-eabi-gcc -v Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc COLLECT_LTO_WRAPPER=/usr/local/arm/eabi/bin/../libexec/gcc/arm-none

[Bug target/57848] internal compiler error on build with mingw-w64

2013-07-07 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 --- Comment #1 from Dongsheng Song --- x86_64-w64-mingw32 failed with same errors: $ make all-am make[1]: Entering directory `/home/cauchy/obj/x86_64-w64-mingw32-gcc49/mingw-w64-crt' x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I/home/cauchy/vcs/

[Bug c++/23383] builtin array operator new is not marked with malloc attribute

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23383 Andrew Pinski changed: What|Removed |Added CC||vincenzo.innocente at cern dot ch --- Co

[Bug tree-optimization/57823] restrict qualifier non effective with pointer returned by new

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57823 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/57784] GCC inadvertedly truncates source text

2013-07-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57784 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/57784] GCC inadvertedly truncates source text

2013-07-07 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57784 Marc Glisse changed: What|Removed |Added Severity|major |normal --- Comment #2 from Marc Glisse ---

[Bug middle-end/57845] ICE with -freg-struct-return on Sparc target

2013-07-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57845 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/57849] ICE with Convention => C in Ada 2012

2013-07-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57849 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|