http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55328
Bug #: 55328
Summary: ICE: in output_addr_table_entry, at dwarf2out.c:21780
with -gsplit-dwarf
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 28687
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28687
reduced testcase
Compiler output:
$ gcc -O -gsplit-dwarf testcase.c
testcase.c:5:1: internal compiler error: in output_addr_table_entry, at
dwarf2out.c:21780
}
^
0x709e9b output_addr_table_entry
/mnt/svn/gcc-trunk/gcc/dwarf2out.c:21779
0x11d23b7 htab_traverse_noresize
/mnt/svn/gcc-trunk/libiberty/hashtab.c:784
0x746329 output_addr_table
/mnt/svn/gcc-trunk/gcc/dwarf2out.c:21820
0x746329 dwarf2out_finish
/mnt/svn/gcc-trunk/gcc/dwarf2out.c:23528
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
Tested revisions:
r193495 - crash