]> gcc.gnu.org Git - gcc.git/commitdiff
Restrict test to LP64.
authorMartin Sebor <msebor@redhat.com>
Thu, 23 Jul 2020 20:08:22 +0000 (14:08 -0600)
committerMartin Sebor <msebor@redhat.com>
Thu, 23 Jul 2020 20:10:14 +0000 (14:10 -0600)
gcc/testsuite/ChangeLog:

PR testsuite/95886
* gcc.target/i386/memcpy-pr95886.c: Restrict test to LP64.

gcc/testsuite/gcc.target/i386/memcpy-pr95886.c

index c0a04d27fac0db21fc5c43edb296915927b37d71..ddfdfd2bc782f0be4e9c7c0fdace8fcbaba2cd69 100644 (file)
@@ -1,6 +1,7 @@
 /* PR middle-end/95886 - suboptimal memcpy with embedded zero bytes
    { dg-do compile }
-   { dg-options "-O2 -Wall -fdump-rtl-expand" } */
+   { dg-options "-O2 -Wall -fdump-rtl-expand" }
+   { dg-require-effective-target lp64 } */
 
 const char a1234567890[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
 
This page took 0.078166 seconds and 5 git commands to generate.