https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124367
--- Comment #3 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:d828a370db427f53164ca5896097eb947f3a6d8c commit r16-7905-gd828a370db427f53164ca5896097eb947f3a6d8c Author: Jakub Jelinek <[email protected]> Date: Thu Mar 5 09:39:36 2026 +0100 i386: Fix up vpternlogq last operand of *andnot<mode>3 for -masm=intel [PR124367] The immediate operand 0x44 in this insn was incorrectly emitted as $0x44 even in -masm=intel syntax. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, approved by Uros in the PR, committed to trunk. 2026-03-05 Jakub Jelinek <[email protected]> PR target/124367 * config/i386/sse.md (*andnot<mode>3): Use 0x44 rather than $0x44 for -masm=intel. * gcc.target/i386/avx512vl-pr124367.c: New test.
