From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C0E1395B418; Mon, 3 Jun 2024 08:40:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C0E1395B418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717404007; bh=6UKhiEzw8nyiam6JBmkHUc1gyaIMSamzU3TmL6ZoXLo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m62eY3E4VDdl0CBbXnyS0ZkfbIvZSWGdfKo/DhmTmmtwLDpgYhysVRoH496hRVFaE XsAtfP4+OrS+zcfQm+Wzkk5V5jna/2Frm1QiTju1QWLA69LXB9qZ9VRNsuXwX66kcE VvOk9njGQnLFbN2Tm/mjSy9PHe4QwNp5a3nEcLa4= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115303] gcc.dg/vect/pr112325.c FAILs Date: Mon, 03 Jun 2024 08:40:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115303 --- Comment #3 from GCC Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:2a616df8260aeabe00a28ea3870dba5577dbbe66 commit r15-987-g2a616df8260aeabe00a28ea3870dba5577dbbe66 Author: Rainer Orth Date: Mon Jun 3 10:39:34 2024 +0200 testsuite: Require vect_shift in gcc.dg/vect/pr112325.c [PR115303] The new gcc.dg/vect/pr112325.c test FAILs on Solaris/SPARC: FAIL: gcc.dg/vect/pr112325.c -flto -ffat-lto-objects scan-tree-dump-ti= mes vect "vectorized 1 loops" 1 FAIL: gcc.dg/vect/pr112325.c scan-tree-dump-times vect "vectorized 1 lo= ops" 1 As analyzed in the PR, the test requires vect_shift, so this patch adds that requirement. Tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11. 2024-06-03 Rainer Orth gcc/testsuite: PR tree-optimization/115303 * gcc.dg/vect/pr112325.c: Require vect_shift.=