From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 849883865C36; Sat, 19 Aug 2023 03:18:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 849883865C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692415116; bh=zGccKMkdNZn59CbrU7ehQtHU9okL8OF3IYAzsN/A5HE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZQSYG6crr2bwu0HhlWs7HBkAjmr73L7a3jgPtshcwLvM7MxVH2fhlVM5pOVXTu7fm ocwjBl0h+qqvuUAbisRNIMIoqUCqVZc3HArtUoVZg46Si1fRAFYHTlfaBV1h+lKCRk I6trTqP2Kev3PHAyAgkAsW6x0ZOI45thKU2foOoY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/111071] [14 Regression] gcc.target/aarch64/sve/acle/aarch64-sve-acle-asm.exp has new failures since commit e7a36e4715c7 Date: Sat, 19 Aug 2023 03:18:36 +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: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords version everconfirmed target_milestone bug_status short_desc component cf_reconfirmed_on 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=3D111071 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testsuite-fail Version|unknown |14.0 Ever confirmed|0 |1 Target Milestone|--- |14.0 Status|UNCONFIRMED |NEW Summary|gcc.target/aarch64/sve/acle |[14 Regression] |/aarch64-sve-acle-asm.exp |gcc.target/aarch64/sve/acle |has new failures since |/aarch64-sve-acle-asm.exp |commit e7a36e4715c7 |has new failures since | |commit e7a36e4715c7 Component|target |testsuite Last reconfirmed| |2023-08-19 --- Comment #2 from Andrew Pinski --- Confirmed. The code is better: For subr_m1_s8_m, GCC now produces: not z0.b, p0/m, z0.b ret Rather than what was originally expected: /* ** subr_m1_s8_m: ** mov (z[0-9]+\.b), #-1 ** subr z0\.b, p0/m, z0\.b, \1 ** ret */ So just a testsuite update is needed here.=