https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122223
--- Comment #5 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:eccd6fb47835be219625cbf825fc3fdeb4b10dab commit r15-10436-geccd6fb47835be219625cbf825fc3fdeb4b10dab Author: Christophe Lyon <[email protected]> Date: Thu Oct 9 14:09:26 2025 +0000 arm: [MVE] Fix operands order in vbicq_f [PR122223] The operands of the floating-point version of vbicq were swapped, this patch fixes this. gcc/ChangeLog: PR target/122223 * config/arm/mve.md (@mve_vbicq_f<mode>): Fix operands order. gcc/testsuite/ChangeLog: PR target/122223 * gcc.target/arm/mve/intrinsics/pr122223.c: New test. (cherry picked from commit 81e226440381cc3e033df7e58cc7793c9b4b4e25)
