https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #25 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:b8c1b044a4b2884577d3094513a25abcef1161ee commit r17-3570-gb8c1b044a4b2884577d3094513a25abcef1161ee Author: H.J. Lu <[email protected]> Date: Mon Aug 24 08:08:06 2026 +0800 Scan both movaps and vmovdqa in SSE4.1 STV tests Scan both movaps and vmovdqa in SSE4.1 STV tests to avoid FAIL: gcc.target/i386/sse4_1-stv-10.c scan-assembler-times movaps 4 FAIL: gcc.target/i386/sse4_1-stv-11.c scan-assembler-times movaps 4 FAIL: gcc.target/i386/sse4_1-stv-12.c scan-assembler-times movaps 4 due to the generated instruction vmovdqa %xmm0, m0(%rip) vs the expected instruction movaps %xmm0, m0(%rip) when AVX is enabled by default. PR testsuite/126923 * gcc.target/i386/sse4_1-stv-10.c: Scan both movaps and vmovdqa. * gcc.target/i386/sse4_1-stv-11.c: Likewise. * gcc.target/i386/sse4_1-stv-12.c: Likewise. Signed-off-by: H.J. Lu <[email protected]>
