Commit af99a0b0 by Richard Henderson Committed by Richard Henderson

* gcc.dg/loop-3.c: Don't use i386 tuning for amd64.

From-SVN: r91987
parent 38ef242b
2004-12-09 Richard Henderson <rth@redhat.com>
* gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
* gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
* gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment