From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6461 invoked by alias); 26 Sep 2012 17:59:07 -0000 Received: (qmail 6415 invoked by uid 48); 26 Sep 2012 17:58:44 -0000 From: "markus at trippelsdorf dot de" 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 17:59: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: markus at trippelsdorf dot de 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: CC 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" Content-Transfer-Encoding: quoted-printable 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/msg02215.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54694 Markus Trippelsdorf changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markus at trippelsdorf dot | |de --- Comment #5 from Markus Trippelsdorf 201= 2-09-26 17:58:44 UTC --- gcc-4.7 and 4.8 are also affected. Reduced: markus@x4 tmp % cat test.i typedef struct { } floatx80; register struct CPUX86State *env asm ("ebp"); floatx80 float64_to_floatx80 (int, int); typedef struct { floatx80 d; } FPReg; struct CPUX86State { FPReg fpregs[0]; }; void helper_fldl_ST0 () { env->fpregs[0].d =3D float64_to_floatx80 (0, 0); } markus@x4 tmp % gcc -mavx -m32 -c test.i test.i: In function =E2=80=98helper_fldl_ST0=E2=80=99: test.i:20:1: internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387 Please submit a full bug report, with preprocessed source if appropriate.