diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2005-05-27 07:06:43 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2005-05-27 07:06:43 +0200 |
commit | 1acaf650dca66de2a28b35bad078c8dfc2ca5f53 (patch) | |
tree | e26bacb7d13e8d47d59ea06e4468bf561ce60be3 | |
parent | 4930c50b6b5ac71092f730a60e50e495cf9fe6ff (diff) | |
download | gcc-1acaf650dca66de2a28b35bad078c8dfc2ca5f53.zip gcc-1acaf650dca66de2a28b35bad078c8dfc2ca5f53.tar.gz gcc-1acaf650dca66de2a28b35bad078c8dfc2ca5f53.tar.bz2 |
i386-sse-8.c: Run test on all archs.
* gcc.dg/i386-sse-8.c: Run test on all archs.
* gcc.dg/2002122-2.c: Fix compiler flags.
From-SVN: r100244
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/20020122-2.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-sse-8.c | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e5b3507..92574ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-05-27 Andreas Jaeger <aj@suse.de> + + * gcc.dg/i386-sse-8.c: Run test on all archs. + 2005-05-26 Mike Stump <mrs@apple.com> * objc.dg/isa-field-1.m: Only run on darwin. @@ -29191,7 +29195,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz> * gcc.c-torture/compile/labels-2.c: New test. -1999-12-27 Martin von L�is <loewis@informatik.hu-berlin.de> +1999-12-27 Martin von L�is <loewis@informatik.hu-berlin.de> * gcc.c-torture/execute/991227-1.c: New test. @@ -29199,7 +29203,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz> * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL. -1999-12-21 Martin von L�is <loewis@informatik.hu-berlin.de> +1999-12-21 Martin von L�is <loewis@informatik.hu-berlin.de> * gcc.c-torture/execute/991221-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/20020122-2.c b/gcc/testsuite/gcc.dg/20020122-2.c index 6a79ace..5dca0db 100644 --- a/gcc/testsuite/gcc.dg/20020122-2.c +++ b/gcc/testsuite/gcc.dg/20020122-2.c @@ -3,8 +3,8 @@ /* { dg-do compile } */ /* { dg-options "-O2 -fprefetch-loop-arrays -w" } */ -/* { dg-options "-Os -fprefetch-loop-arrays -mtune=athlon" { target { i?86-*-* && ilp32 } } } */ -/* { dg-options "-Os -fprefetch-loop-arrays -mtune=athlon" { target { x86_64-*-* && ilp32 } } } */ +/* { dg-options "-O2 -fprefetch-loop-arrays -march=athlon" { target { i?86-*-* && ilp32 } } } */ +/* { dg-options "-O2 -fprefetch-loop-arrays -march=athlon" { target { x86_64-*-* && ilp32 } } } */ extern int access( char* ); extern int a(); diff --git a/gcc/testsuite/gcc.dg/i386-sse-8.c b/gcc/testsuite/gcc.dg/i386-sse-8.c index bb89b44..ec3acc1 100644 --- a/gcc/testsuite/gcc.dg/i386-sse-8.c +++ b/gcc/testsuite/gcc.dg/i386-sse-8.c @@ -4,8 +4,7 @@ /* The xstormy16 doesn't support V2DI. */ /* { dg-do compile { xfail xstormy16-*-* } } */ /* { dg-options "" } */ -/* { dg-options "-march=pentium3" { target i?86-*-* x86_64-*-* } } */ -/* { dg-require-effective-target ilp32 } */ +/* { dg-options "-march=pentium3" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ int main() { |