diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/loop-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/loop-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/loop-3.c b/gcc/testsuite/gcc.dg/loop-3.c index ba6fe55..3cc6643 100644 --- a/gcc/testsuite/gcc.dg/loop-3.c +++ b/gcc/testsuite/gcc.dg/loop-3.c @@ -3,7 +3,7 @@ /* { dg-do compile } */ /* { dg-options "-O3" } */ -/* { dg-options "-O3 -mtune=i386" { target i?86-*-* x86_64-*-* } } */ +/* { dg-options "-O3 -mtune=i386" { target i?86-*-* } } */ #if defined(STACK_SIZE) && (STACK_SIZE < 65536) # define BYTEMEM_SIZE 10000L |