https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125351
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-16 branch has been updated by Andi Kleen <[email protected]>: https://gcc.gnu.org/g:fc5f0a798de64bd132f5493ca6ff51942ece41d6 commit r16-8931-gfc5f0a798de64bd132f5493ca6ff51942ece41d6 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.
