[Bug testsuite/126923] Additional testsuite failures when configured with --with-arch=native --with-cpu=native
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 24 01:15:21 GMT 2026
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 <hjl@gcc.gnu.org>:
https://gcc.gnu.org/g:b8c1b044a4b2884577d3094513a25abcef1161ee
commit r17-3570-gb8c1b044a4b2884577d3094513a25abcef1161ee
Author: H.J. Lu <hjl.tools@gmail.com>
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 <hjl.tools@gmail.com>
More information about the Gcc-bugs
mailing list