From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17115 invoked by alias); 26 Jan 2014 20:22:04 -0000 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 Received: (qmail 17076 invoked by uid 48); 26 Jan 2014 20:22:01 -0000 From: "rmansfield at qnx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/59575] [4.9 regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239 Date: Sun, 26 Jan 2014 20:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rmansfield at qnx dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg02717.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59575 --- Comment #18 from Ryan Mansfield --- (In reply to Jakub Jelinek from comment #17) > Can I ask for preprocessed source + options again? $ cat ~/conftest.c void bar (); void clean (int *); void foo () { int i __attribute__ ((cleanup (clean))); bar(); } ryan@zoidberg:~/gnu/gcc/trunk/arm-eabi/gcc$ ./xgcc -B. -fexceptions ~/conftest.c /home/ryan/conftest.c: In function 'foo': /home/ryan/conftest.c:7:1: internal compiler error: Segmentation fault } ^ 0x95cbcf crash_signal ../../gcc/toplev.c:337 0xbef5a6 arm_unwind_emit_sequence ../../gcc/config/arm/arm.c:28729 0xbef5a6 arm_unwind_emit ../../gcc/config/arm/arm.c:28970 0x708ede final_scan_insn(rtx_def*, _IO_FILE*, int, int, int*) ../../gcc/final.c:2978 0x709885 final(rtx_def*, _IO_FILE*, int) ../../gcc/final.c:2024 0x709ca9 rest_of_handle_final ../../gcc/final.c:4438 0x709ca9 execute ../../gcc/final.c:4513 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.