]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite] [x86] memcpy-6 needs -msse2
authorAlexandre Oliva <oliva@adacore.com>
Wed, 21 May 2025 09:20:33 +0000 (06:20 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 21 May 2025 09:20:33 +0000 (06:20 -0300)
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.

gcc/testsuite/gcc.dg/memcpy-6.c

index d4df03903c353eda4ede9462e76b352687a8c000..49aec338d2f2e9171226ed5623bfde3efbaba0d4 100644 (file)
@@ -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];