From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E4783858420; Mon, 18 Mar 2024 22:46:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E4783858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710802007; bh=jq6ragumBOdXhp1u7VWmGRf7m7JDd96cLirgSAhPVZM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jt0uN0fKHpsRRPNHp/cCdEjawbGEK3cIdRRy2VG0+RPHAYRkbi6SyS4SwR5ZROSt4 m8rdw7ZDWhGHCW+ZNlALN+dQhEaK7m8sRNzVY2sD3i/3JfTWScMXH8faXX8j6uJV2i cmBNR9hkEcZZ9QtKuqMhokEn7pM6T3P2oj3K9kdw= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112787] Codegen regression of large GCC vector extensions when enabling SVE Date: Mon, 18 Mar 2024 22:46:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: avieira at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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=3D112787 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- CC| |ebotcazou at gcc dot gnu.o= rg Status|RESOLVED |REOPENED --- Comment #7 from Eric Botcazou --- This has introduced regressions on the 12 and 13 branches for x86-64/Linux: FAIL: g++.dg/opt/pr91838.C -std=3Dc++14 scan-assembler pxor\\\\s+%xmm0,\\\\s+%xmm0 FAIL: g++.dg/opt/pr91838.C -std=3Dc++17 scan-assembler pxor\\\\s+%xmm0,\\\\s+%xmm0 FAIL: g++.dg/opt/pr91838.C -std=3Dc++20 scan-assembler pxor\\\\s+%xmm0,\\\\s+%xmm0 https://gcc.gnu.org/pipermail/gcc-testresults/2024-March/809244.html=