diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/local.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/local.c b/gcc/testsuite/gcc.target/i386/local.c index 2fda2a2fc99..eca16f10698 100644 --- a/gcc/testsuite/gcc.target/i386/local.c +++ b/gcc/testsuite/gcc.target/i386/local.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ +/* { dg-do compile } */ /* { dg-options "-O2 -funit-at-a-time" } */ /* { dg-final { scan-assembler "magic\[^\\n\]*eax" { target ilp32 } } } */ /* { dg-final { scan-assembler "magic\[^\\n\]*edi" { target lp64 } } } */ |