From: Alexandre Oliva Date: Wed, 21 May 2025 09:20:33 +0000 (-0300) Subject: [testsuite] [x86] memcpy-6 needs -msse2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a758e9a2b2aa40bda68a18157996167d772e4d;p=thirdparty%2Fgcc.git [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 * gcc.dg/memcpy-6.c: Bump to -msse2. --- diff --git a/gcc/testsuite/gcc.dg/memcpy-6.c b/gcc/testsuite/gcc.dg/memcpy-6.c index d4df03903c3..49aec338d2f 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];