From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8056 invoked by alias); 5 Dec 2012 11:34:52 -0000 Received: (qmail 2480 invoked by uid 48); 5 Dec 2012 11:34:34 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/55597] [4.8 Regression] internal compiler error: in plus_constant, at explow.c:88 Date: Wed, 05 Dec 2012 11:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 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" 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-12/txt/msg00454.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55597 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot | |gnu.org --- Comment #6 from Eric Botcazou 2012-12-05 11:34:33 UTC --- > Out of expand GCC produces: > > (insn 6 5 7 2 (set (reg:DI 61) > (reg:DI 0 ax)) t.c:8 -1 > (expr_list:REG_EQUAL (symbol_ref:SI ("__morestack_initial_sp") \ > [flags 0x10] ) > (nil))) > (insn 7 6 8 2 (parallel [ > (set (reg:DI 62) > (plus:DI (reg:DI 61) > (const_int 4 [0x4]))) > (clobber (reg:CC 17 flags)) > ]) t.c:8 -1 > (nil)) The REG_EQUAL note is already wrong here.