From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 695A33858430; Fri, 26 Jan 2024 05:06:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 695A33858430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706245603; bh=lwFWmvcNoS9Z+dFzawp3gj1mTIuAuFvc3ObSmeg/fSU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AydsztneYv2a7GQoJWh/htBjAimyftR8HeNDTFZwav/Ecndh8cIsIAsPFgu/20sll p904we94XMHFSuXmoZWGsn9SFFCh/lmgdemYkLsfJp12w7Jw+ww2HBWvXLBeLU9ZN8 sBhG3euD1qFJmW4nRRlwzQkI0S2TJhrP1/tNo3T0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/109705] [14 regression] gcc.dg/vect/pr25413a.c fails after r14-333-g6d4b59a9356ac4 Date: Fri, 26 Jan 2024 05:06:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: patch, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_file_loc 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=3D109705 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2024-January | |/644004.html --- Comment #14 from Andrew Pinski --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2024-January/644004.html It would be useful if tested on powerpc too. I tested it on aarch64 without= and with SVE enabled to make sure vect_long_mult is correct there. And without SVE enabled we get: PASS: gcc.dg/vect/pr25413a.c scan-tree-dump-times vect "vectorized 1 loops"= 1 And with it being enabled we get: PASS: gcc.dg/vect/pr25413a.c scan-tree-dump-times vect "vectorized 2 loops"= 1 as expected now.=