https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125351

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Andi Kleen <[email protected]>:

https://gcc.gnu.org/g:ab56f493671644b14b8c6b777aeee9bfc3367eaf

commit r14-12614-gab56f493671644b14b8c6b777aeee9bfc3367eaf
Author: Andi Kleen <[email protected]>
Date:   Mon May 18 08:40:53 2026 -0700

    Fix masm ptwrite again

    The earlier 64bit ptwrite as 32bit fix broke Intel syntax output. Handle
    that too by using an alternative. In Intel syntax the instruction
    data type is defined by the operands.

    I'll commit it as obvious in a day or so for 15/16/trunk, unless there
    are objections.

            PR target/125351

    gcc/ChangeLog:

            * config/i386/i386.md: Use alternative to handle masm ptwrite
            syntax.

    gcc/testsuite/ChangeLog:

            * gcc.target/i386/pr125351.c: New test.

Reply via email to