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.
/* 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 };