From: Martin Sebor Date: Thu, 23 Jul 2020 20:08:22 +0000 (-0600) Subject: Restrict test to LP64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8598657c607500512075f6c4ee3b10460c94903d;p=gcc.git Restrict test to LP64. gcc/testsuite/ChangeLog: PR testsuite/95886 * gcc.target/i386/memcpy-pr95886.c: Restrict test to LP64. --- diff --git a/gcc/testsuite/gcc.target/i386/memcpy-pr95886.c b/gcc/testsuite/gcc.target/i386/memcpy-pr95886.c index c0a04d27fac..ddfdfd2bc78 100644 --- a/gcc/testsuite/gcc.target/i386/memcpy-pr95886.c +++ b/gcc/testsuite/gcc.target/i386/memcpy-pr95886.c @@ -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 };