https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112904
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:585dc19ef051959d688e6ea89b41998600480ecb commit r14-6530-g585dc19ef051959d688e6ea89b41998600480ecb Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Dec 14 08:01:04 2023 +0100 testsuite: Fix up pr112904.C test [PR112904] On Fri, Dec 08, 2023 at 03:12:00PM +0800, liuhongt wrote: > * g++.target/i386/pr112904.C: New test. The new test FAILs on i686-linux and even on x86_64-linux I think it doesn't actually test what was reported, unless one performs testing with -march= for some XOP enabled CPU or -mxop. The following patch fixes that, tested on x86_64-linux with make check-g++ RUNTESTFLAGS='--target_board=unix\{-m32,-m32/-mno-sse/-mno-mmx,-m64\} i386.exp=pr112904.C' 2023-12-14 Jakub Jelinek <ja...@redhat.com> PR target/112904 * g++.target/i386/pr112904.C: Add dg-do compile, dg-options -mxop and for ia32 also dg-additional-options -mmmx.