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:
parent
9bb403dca6
commit
b0e5ec934e
1 changed files with 2 additions and 3 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue