From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18140 invoked by alias); 27 Oct 2012 02:43:53 -0000 Received: (qmail 17827 invoked by uid 48); 27 Oct 2012 02:43:41 -0000 From: "d.g.gorbachev at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/55094] New: [4.7/4.8 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2224 Date: Sat, 27 Oct 2012 02:43: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: d.g.gorbachev at gmail dot com 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-10/txt/msg02531.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55094 Bug #: 55094 Summary: [4.7/4.8 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2224 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned@gcc.gnu.org ReportedBy: d.g.gorbachev@gmail.com GCC 4.8, i686-pc-linux-gnu. Also happens in 4.7 configured with checking. Compile this with `-g -Os -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpreferred-stack-boundary=2': ============== 8< ============== extern int puts(const char *s); int main(int argc, char **argv) { if (argc) { puts(argv[0]); __builtin_trap(); } __builtin_trap(); } ============== >8 ============== 1.c: In function 'main': 1.c:10:1: internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2224 } ^ 0x82cf181 maybe_record_trace_start ../../gcc-4.8/gcc/dwarf2cfi.c:2224 0x82cf56b scan_trace ../../gcc-4.8/gcc/dwarf2cfi.c:2401 0x82cf9cd create_cfi_notes ../../gcc-4.8/gcc/dwarf2cfi.c:2556 0x82cfcfa execute_dwarf2_frame ../../gcc-4.8/gcc/dwarf2cfi.c:2915 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.