https://gcc.gnu.org/g:42834053a4ab2ee0adb5aeb0fcc4aab8b4757419
commit 42834053a4ab2ee0adb5aeb0fcc4aab8b4757419 Author: Alexandre Oliva <ol...@adacore.com> Date: Fri May 16 07:52:24 2025 -0300 [testsuite] [x86] memcpy-6 needs -msse2 The 8-byte memory operations will only be inlined on ia32 with -msse2. Bump it. for gcc/testsuite/ChangeLog * memcpy-6.c: Bump to -msse2. Diff: --- gcc/testsuite/gcc.dg/memcpy-6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/memcpy-6.c b/gcc/testsuite/gcc.dg/memcpy-6.c index d4df03903c35..49aec338d2f2 100644 --- a/gcc/testsuite/gcc.dg/memcpy-6.c +++ b/gcc/testsuite/gcc.dg/memcpy-6.c @@ -7,7 +7,7 @@ { dg-do compile } { dg-options "-O0 -Wrestrict -fdump-tree-optimized" } { dg-skip-if "skip non-x86 targets" { ! { i?86-*-* x86_64-*-* } } } - { dg-additional-options "-msse" { target i?86-*-* x86_64-*-* } } */ + { dg-additional-options "-msse2" { target i?86-*-* x86_64-*-* } } */ char a[32];