diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-10 06:18:03 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-10 06:18:03 +0000 |
commit | 7d19735c66c2e729a8e7208c3126f375802fabed (patch) | |
tree | af8e82afeac1c9b383ea2c21805dbc2dea693c12 /gcc/testsuite/gcc.dg/loop-3.c | |
parent | 83caacef88efefdc6252aef2e06a96133e7658cf (diff) | |
download | gcc-7d19735c66c2e729a8e7208c3126f375802fabed.tar.gz |
* gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91987 138bc75d-0d04-0410-961f-82ee72b054a4
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 ba6fe556315..3cc6643e15d 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 |