From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15240 invoked by alias); 26 Sep 2012 09:10:48 -0000 Received: (qmail 15132 invoked by uid 48); 26 Sep 2012 09:10:25 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/54694] internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387 Date: Wed, 26 Sep 2012 09:10:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Target Message-ID: In-Reply-To: References: 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-09/txt/msg02148.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54694 Richard Guenther changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |i686-pc-linux-gnu --- Comment #3 from Richard Guenther 2012-09-26 09:10:23 UTC --- (In reply to comment #1) > Please attach preprocessed source and provide the output of the compiler > command with -v appended. The "compiler command". I cannot reproduce it with gcc -S t.i -m32 -march=i686 -fomit-frame-pointer -O2 -fPIE -fstack-protector-all but I have no idea what -march=native expands to. It would have told me if you _added_ "-v" to the command that produces the error (not only "gcc").