http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51276
Bug #: 51276
Summary: ICE: in force_decl_die, at dwarf2out.c:19261
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 25891
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25891
Compressed preprocessed testcase
An uncompressed version (7.4M) is available from:
http://geometrica.saclay.inria.fr/team/Marc.Glisse/tmp/b.ii
$ g++ -std=c++0x -g b.ii
[...]
internal compiler error: in force_decl_die, at dwarf2out.c:19261
The closest bug I could find is about -fenable-icf-debug (Bug 46132) but that
option has been removed.
I usually reduce testcases with delta before submitting them, but g++ got into
an infinite loop apparently. Maybe ulimit would help work around that...