https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121205
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:f6718f9ac24e5dc8349054b668e519d1128ac8ed commit r16-3111-gf6718f9ac24e5dc8349054b668e519d1128ac8ed Author: H.J. Lu <hjl.to...@gmail.com> Date: Sat Aug 9 14:51:41 2025 -0700 asm-hard-reg-4.c: Compile for x86 with -msse2 and scan x86 Since i?86 and x86_64 GCC can generate codes for ia32, x32 and lp64, compile asm-hard-reg-4.c for x86 with -msse2 and scan x86 PR testsuite/121205 * gcc.dg/asm-hard-reg-4.c: Compile with -msse2 for x86 and scan x86. Signed-off-by: H.J. Lu <hjl.to...@gmail.com>