https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113452
--- Comment #3 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:b032f4b7da56a225a0a14d40da2d47a6fcbab3f3 commit r14-8209-gb032f4b7da56a225a0a14d40da2d47a6fcbab3f3 Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Jan 18 08:46:15 2024 +0100 testsuite: Fix up gcc.target/i386/sse4_1-stv-1.c test [PR113452] From what I can see, this test has been written for a backend fix and assumes the loop isn't vectorized (at least, it wasn't when the test was added, it contains an early exit), but that is no longer true and because of the vectorization it now contains an instruction which the test scans for not being present. I think we should just disable vectorization here. 2024-01-18 Jakub Jelinek <ja...@redhat.com> PR testsuite/113452 * gcc.target/i386/sse4_1-stv-1.c: Add -fno-tree-vectorize to dg-options.