https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103895
--- Comment #5 from CVS 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:4ce3bd7993bc8413197e07c4f54052e4ecaeccaa commit r12-6220-g4ce3bd7993bc8413197e07c4f54052e4ecaeccaa Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Jan 5 10:03:18 2022 +0100 testsuite: Fix gcc.target/i386/pr103895.c testcase [PR103895] The testcase uses SSE and SSE2 intrinsics, so fails on i686-linux if -msse2 isn't enabled by default. Fixed by adding -msse2 to dg-options. 2022-01-05 Jakub Jelinek <ja...@redhat.com> PR target/103895 * gcc.target/i386/pr103895.c: Add -msse2 to dg-options.