https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124366
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:860da841585bcd722ec5a51dfc86efdb5b52f1aa commit r16-7904-g860da841585bcd722ec5a51dfc86efdb5b52f1aa Author: Jakub Jelinek <[email protected]> Date: Thu Mar 5 09:35:39 2026 +0100 i386: Fix operand order for @wrss<mode> and @wruss<mode> [PR124366] These two insns were using the same operand order for both -masm=att and -masm=intel, which is ok if using the same operand for both, but not when they are different. 2026-03-05 Jakub Jelinek <[email protected]> PR target/124366 * config/i386/i386.md (@wrss<mode>, @wruss<mode>): Swap operand order for -masm=intel. * gcc.target/i386/cet-pr124366.c: New test.
