From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05522385B50B; Wed, 12 Jun 2024 08:08:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05522385B50B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718179699; bh=Ty707y9aEnVqB617V5bNtazgRWDCEqAastxMeChHu5I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XzHDQn4PaPNWSgtzFg3mgA4Rj9GXkmGD6XPtVU11GGklPqYWah8D25n3WFIrDuYQs fX+ogLLXUT2MJ6RpdZV13XJXOt7iokdN3dS4KrQm/qWQPzNjJXDr4RP3jj+sJLsK5m 7VhaH+0+0yPZcDei2edN7VHWB7XDL2C0IVJYadsY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115253] [14/15 regression] New tests added by r14-10122-gad45086178d833 fail on Cortex M23 and M55 bare metal targets Date: Wed, 12 Jun 2024 08:08:14 +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: 15.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: azoff at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.2 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=3D115253 --- Comment #6 from GCC Commits --- The master branch has been updated by Torbjorn Svensson : https://gcc.gnu.org/g:cf5f9171bae1f5f3034dc9a055b77446962f1a8c commit r15-1201-gcf5f9171bae1f5f3034dc9a055b77446962f1a8c Author: Torbj=C3=B6rn SVENSSON Date: Fri Jun 7 10:42:22 2024 +0200 testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253] For Armv8.1-M, the clearing of the registers is handled differently than for Armv8-M, so update the test case accordingly. gcc/testsuite/ChangeLog: PR target/115253 * gcc.target/arm/cmse/extend-return.c: Update test case condition for Armv8.1-M. Signed-off-by: Torbj=C3=B6rn SVENSSON Co-authored-by: Yvan ROUX =