https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122223
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Christophe Lyon <[email protected]>: https://gcc.gnu.org/g:96c8dc35f942920ab177e8470564acff090d05ed commit r15-10441-g96c8dc35f942920ab177e8470564acff090d05ed Author: Christophe Lyon <[email protected]> Date: Thu Oct 23 07:59:20 2025 +0000 testsuite: arm: [MVE] Relax expected code for vbicq_f [PR122223] The original versions of the pr122223.c test only took into account code generated with -mfloat-abi=hard, which uses q0. With -mfloat-abi=softfp, this can be any Q register, so replace q0 with a suitable regex. gcc/testsuite/ChangeLog: PR target/122223 * gcc.target/arm/mve/intrinsics/pr122223.c: Relax expected code. (cherry picked from commit a52888dc71924afb6cd187b0e5f18d2be4c68a07)
