From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108073 invoked by alias); 1 Sep 2015 12:43:49 -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 108029 invoked by uid 48); 1 Sep 2015 12:43:45 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/67421] New: gcc.dg/wide-shift-64.c FAILs Date: Tue, 01 Sep 2015 12:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcchost cf_gcctarget cf_gccbuild attachments.created Message-ID: 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/msg00037.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67421 Bug ID: 67421 Summary: gcc.dg/wide-shift-64.c FAILs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: jiwang at gcc dot gnu.org Target Milestone: --- Host: sparc*-sun-solaris2.* Target: sparc*-sun-solaris2.* Build: sparc*-sun-solaris2.* Created attachment 36275 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36275&action=edit 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. Btw. I noticed a nit: both the ChangeLog entry and the commit message mention gcc.dg/wide_shift_64_1.c and gcc.dg/wide_shift_128_1.c, while the actual files are named gcc.dg/wide-shift-64.c and gcc.dg/wide-shift-128.c (similarly for the aarch64 testcase), which makes it harder to find when/by whom the files were committed. Rainer