From: Andreas Jaeger Date: Fri, 27 May 2005 05:06:43 +0000 (+0200) Subject: i386-sse-8.c: Run test on all archs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1acaf650dca66de2a28b35bad078c8dfc2ca5f53;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e5b3507b8a3..92574ada588 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-05-27 Andreas Jaeger + + * gcc.dg/i386-sse-8.c: Run test on all archs. + 2005-05-26 Mike Stump * 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 * gcc.c-torture/compile/labels-2.c: New test. -1999-12-27 Martin von L�is +1999-12-27 Martin von L�is * gcc.c-torture/execute/991227-1.c: New test. @@ -29199,7 +29203,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL. -1999-12-21 Martin von L�is +1999-12-21 Martin von L�is * 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 6a79ace6980..5dca0dba4c4 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 bb89b444bc0..ec3acc16906 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() {