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

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

https://gcc.gnu.org/g:0e6f360c4d6a440cbd01f8ece889a816f55f1d38

commit r15-11168-g0e6f360c4d6a440cbd01f8ece889a816f55f1d38
Author: Andi Kleen <[email protected]>
Date:   Wed May 13 16:40:16 2026 -0700

    PR124316: Fix ptwrite assembler mode

    Add explicit assembler mode for cases when the argument is not
    unambigious. This avoids cases where a user specified 64bit ptwrite
    ends up being 32bit due to an ambigious argument.

            PR target/124316

    gcc/ChangeLog:

            * config/i386/i386.md (ptwrite): Add explicit mode to
            instruction.

    gcc/testsuite/ChangeLog:

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

Reply via email to