Restrict PR middle-end/95886 x86 test to !ia32

Since gcc.target/i386/memcpy-pr95886.c requires 64-bit register, restrict
it to !ia32.

	PR middle-end/95886
	* gcc.target/i386/memcpy-pr95886.c: Restrict test to !ia32.
This commit is contained in:
H.J. Lu 2020-07-23 19:14:06 -07:00
parent 9bb403dca6
commit b0e5ec934e
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
/* PR middle-end/95886 - suboptimal memcpy with embedded zero bytes
{ dg-do compile }
{ dg-options "-O2 -Wall -fdump-rtl-expand" }
{ dg-require-effective-target lp64 } */
{ dg-do compile { target { ! ia32 } } }
{ dg-options "-O2 -Wall -fdump-rtl-expand" } */
const char a1234567890[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };