https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125351
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andi Kleen <[email protected]>: https://gcc.gnu.org/g:8cdf8b6b17997a628fc8e7248cd6a25e89424f72 commit r17-585-g8cdf8b6b17997a628fc8e7248cd6a25e89424f72 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.
