From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113344 invoked by alias); 2 Sep 2015 10:27:56 -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 113304 invoked by uid 48); 2 Sep 2015 10:27:51 -0000 From: "jiwang at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/67421] gcc.dg/wide-shift-64.c FAILs Date: Wed, 02 Sep 2015 10:27: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-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jiwang at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jiwang at gcc dot gnu.org X-Bugzilla-Target-Milestone: 6.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: 2015-09/txt/msg00147.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67421 --- Comment #1 from Jiong Wang --- (In reply to Rainer Orth from comment #0) > Created attachment 36275 [details] > wide-shift-64.c.219r.combine > > The new gcc.dg/wide-shift-64.c testcase FAILs on SPARC for the 64-bit > multilib > only: > > FAIL: gcc.dg/wide-shift-64.c scan-rtl-dump-not combine "ior" > > I'm attaching the dump. Rainer, I am trying to reproduce this on my cross environment while I can't. And searching in your dump file, I haven't found "ior" so the testcase should have passed. Can you please have a quick looks at the compile options used when testing this testcase in your multi-lib environment, then I can reproduce in my local sparc x86 cross env where I only have cc1 configured with --target=sparc-linux. Thanks.