https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124416
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Alice Carlotti <[email protected]>: https://gcc.gnu.org/g:2c290c5723fb39bb06557a1c89f897d2f7e2407f commit r15-10984-g2c290c5723fb39bb06557a1c89f897d2f7e2407f Author: Alice Carlotti <[email protected]> Date: Mon Mar 9 15:18:39 2026 +0000 testsuite/aarch64: Fix sme-shrinkwrap.c on SME hardware The function body checks in sme-shrinkwrap.c were unresolved due to a missing assembly output file when building an executable. The executable test was miscompiled due to a combination of PR 124416 and a misplaced [[gnu::noipa]]. gcc/testsuite/ChangeLog: * gcc.target/aarch64/sme/sme-shrinkwrap.c: Add -save-temp to dg-options, and move [[gnu::noipa]] to callee.
