[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-27 Thread florian at openwrt dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 --- Comment #4 from Florian Fainelli florian at openwrt dot org 2012-03-27 08:09:58 UTC --- (In reply to comment #3) The preprocessed source is useless, because you are using PCH. See http://gcc.gnu.org/bugs/#pch I re-ran the same command

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-27 Thread florian at openwrt dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 Florian Fainelli florian at openwrt dot org changed: What|Removed |Added Attachment #27002|0 |1 is

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2012-03-27 08:56:23 UTC --- Reducing.

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-27 Thread florian at openwrt dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 --- Comment #7 from Florian Fainelli florian at openwrt dot org 2012-03-27 11:41:43 UTC --- (In reply to comment #6) Reducing. FYI, I managed to compile a C++ file containing only the function at line 206 without being able to reproduce the

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org 2012-03-27 13:15:06 UTC --- // { dg-options -g -Os -m32 } int grow (int); void fn (int); struct A { int a1, a2; }; template typename T struct B { A *b; ~B () { b3 (b); } void b1

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-26 Thread florian at openwrt dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 --- Comment #1 from Florian Fainelli florian at openwrt dot org 2012-03-26 16:51:13 UTC --- Created attachment 27003 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27003 Assembly file

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-26 Thread florian at openwrt dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 --- Comment #2 from Florian Fainelli florian at openwrt dot org 2012-03-26 16:51:54 UTC --- I will try to create a reduced test-case for this build failure. Thanks!

[Bug c++/52727] [4.7] internal compiler error at dwarf2cfi.c2:685

2012-03-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52727 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot