https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125351
--- Comment #4 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:aea40d1bafc73b8b8d60f7bbeeb9f7f26c76aa07 commit r15-11181-gaea40d1bafc73b8b8d60f7bbeeb9f7f26c76aa07 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.
