From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31357 invoked by alias); 25 Oct 2012 00:49:30 -0000 Received: (qmail 31308 invoked by uid 48); 25 Oct 2012 00:49:11 -0000 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55051] [4.8 Regression] profiledbootstrap failed Date: Thu, 25 Oct 2012 00:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools 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: 4.8.0 X-Bugzilla-Changed-Fields: 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-10/txt/msg02286.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55051 --- Comment #2 from H.J. Lu 2012-10-25 00:49:09 UTC --- LRA generates (gdb) call debug_rtx (insn) (insn 6 20 7 2 (set (reg/f:SI 0 ax [orig:65 gomp_tls_data.ts.work_share ] [65]) (mem/f/j/c:SI (plus:SI (reg:SI 2 cx [68]) (reg:DI 0 ax [64])) [0 gomp_tls_data.ts.work_share+0 S4 A32])) /tmp/x.i:23 65 {*movsi_internal} (expr_list:REG_DEAD (reg:SI 2 cx [68]) (expr_list:REG_DEAD (reg:DI 0 ax [64]) (nil)))) from (insn 6 5 7 2 (set (reg/f:SI 65 [ gomp_tls_data.ts.work_share ]) (mem/f/j/c:SI (plus:DI (plus:DI (zero_extend:DI (unspec:SI [ (const_int 0 [0]) ] UNSPEC_TP)) (reg:DI 64)) (const_int 4 [0x4])) [0 gomp_tls_data.ts.work_share+0 S4 A32])) /tmp/x.i:23 65 {*movsi_internal} (expr_list:REG_DEAD (reg:DI 64) (nil))) It fails to properly handle zero_extend.