* gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
From-SVN: r91987
This commit is contained in:
parent
38ef242b42
commit
af99a0b024
|
@ -1,5 +1,7 @@
|
||||||
2004-12-09 Richard Henderson <rth@redhat.com>
|
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-4q.c: Remove.
|
||||||
* gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
|
* gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O3" } */
|
/* { 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)
|
#if defined(STACK_SIZE) && (STACK_SIZE < 65536)
|
||||||
# define BYTEMEM_SIZE 10000L
|
# define BYTEMEM_SIZE 10000L
|
||||||
|
|
Loading…
Reference in New Issue