OSDN Git Service

* gcc.dg/i386-sse-8.c: Run test on all archs.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 05:06:43 +0000 (05:06 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 05:06:43 +0000 (05:06 +0000)
        * gcc.dg/2002122-2.c: Fix compiler flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100244 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020122-2.c
gcc/testsuite/gcc.dg/i386-sse-8.c

index e5b3507..92574ad 100644 (file)
@@ -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.
 
index 6a79ace..5dca0db 100644 (file)
@@ -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();
index bb89b44..ec3acc1 100644 (file)
@@ -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() 
 {