https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121599
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alexandre Oliva <[email protected]>: https://gcc.gnu.org/g:ba653cb0d26e004c10d20ebd9f009a0a823659b0 commit r16-4625-gba653cb0d26e004c10d20ebd9f009a0a823659b0 Author: Alexandre Oliva <[email protected]> Date: Sat Oct 25 22:45:22 2025 -0300 [aarch64] [testsuite] tolerate alternate insn selection [PR121599] On gcc-14, instead of 'movi\td[0-9]*,#0', we select 'mov\tz[0-9]*\.b,#0', and the testcase fails. As in pfalse* tests, tolerate the difference. for gcc/testsuite/ChangeLog PR target/121599 * gcc.target/aarch64/sve2/pr121599.c: Tolerate alterate insn selection.
