https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115253
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Torbjorn Svensson <az...@gcc.gnu.org>: https://gcc.gnu.org/g:9100e78ba28b1b69d1362d18088e897ca0f99594 commit r14-10307-g9100e78ba28b1b69d1362d18088e897ca0f99594 Author: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com> 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örn SVENSSON <torbjorn.svens...@foss.st.com> Co-authored-by: Yvan ROUX <yvan.r...@foss.st.com> (cherry picked from commit cf5f9171bae1f5f3034dc9a055b77446962f1a8c)