[Bug target/124366] assemble failure of wrussq with -masm=intel
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 5 08:37:08 GMT 2026
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 <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:860da841585bcd722ec5a51dfc86efdb5b52f1aa
commit r16-7904-g860da841585bcd722ec5a51dfc86efdb5b52f1aa
Author: Jakub Jelinek <jakub@redhat.com>
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 <jakub@redhat.com>
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.
More information about the Gcc-bugs
mailing list