From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24580 invoked by alias); 14 Nov 2012 20:41:34 -0000 Received: (qmail 24546 invoked by uid 48); 14 Nov 2012 20:41:19 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/55328] New: ICE: in output_addr_table_entry, at dwarf2out.c:21780 with -gsplit-dwarf Date: Wed, 14 Nov 2012 20:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01292.txt.bz2 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: unassigned@gcc.gnu.org ReportedBy: zsojka@seznam.cz 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 for instructions. Tested revisions: r193495 - crash