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/47361] New: ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

           Summary: ICE: in build_abbrev_table, at dwarf2out.c:10477 with
                    -g -feliminate-dwarf2-dups
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
                CC: dodji@gcc.gnu.org
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


Created attachment 23030
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23030
reduced testcase

+++ This bug was initially created as a clone of Bug #46101 +++

Compiler output:
$ gcc pr47361.C -std=c++0x -g -feliminate-dwarf2-dups
pr47361.C:8:4: internal compiler error: in build_abbrev_table, at
dwarf2out.c:10477
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r168990 - crash
4.5 - doesn't know nullptr


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