This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/51276] New: ICE: in force_decl_die, at dwarf2out.c:19261


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: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]