From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A146D385B529; Wed, 12 Jun 2024 08:16:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A146D385B529 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718180174; bh=Jdg5q7ecvxl1wiA1URWrSxzvECWJ3eXETCqSgtccYqQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rtD3Zl96y3OdlzABVnm6aDVF87G7ttTCezkABFR7lMGPkRahBJayoCU59o+ncB7ZM gXMm+7vVy3KYfekbbMBBNfWIjbJ5Xiyhv4QRRZODIUug35ggB7ls1b/fAlHJEfWbsR UQA3iPU8VoXb31fUkPpI2zPP4psGqvdQ7ppTq7D4= 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:16:12 +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 #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Torbjorn Svensson : https://gcc.gnu.org/g:dfab6851eb557a47a5e61d00ad4c519072a69f61 commit r13-8845-gdfab6851eb557a47a5e61d00ad4c519072a69f61 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 (cherry picked from commit cf5f9171bae1f5f3034dc9a055b77446962f1a8c)=