http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55364
Bug #: 55364 Summary: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig...@gcc.gnu.org ReportedBy: zso...@seznam.cz Created attachment 28714 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28714 reduced testcase Compiler output: $ gcc -O -gsplit-dwarf testcase.c testcase.c:13:1: internal compiler error: in remove_addr_table_entry, at dwarf2out.c:4201 } ^ 0x70f423 remove_addr_table_entry /mnt/svn/gcc-trunk/gcc/dwarf2out.c:4201 0x70f453 remove_loc_list_addr_table_entries /mnt/svn/gcc-trunk/gcc/dwarf2out.c:4215 0x730930 resolve_addr /mnt/svn/gcc-trunk/gcc/dwarf2out.c:22639 0x730960 resolve_addr /mnt/svn/gcc-trunk/gcc/dwarf2out.c:22687 0x7458aa dwarf2out_finish /mnt/svn/gcc-trunk/gcc/dwarf2out.c:23309 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: r193581 - crash