https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124416
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alice Carlotti <[email protected]>: https://gcc.gnu.org/g:24d41d10f28bfae6461003994daac4d3d851789f commit r16-7960-g24d41d10f28bfae6461003994daac4d3d851789f 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.
