i386-sse-8.c: Don't use -march=pentium3 on x86_64.
authorJakub Jelinek <jakub@redhat.com>
Tue, 6 Apr 2004 20:29:09 +0000 (22:29 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 6 Apr 2004 20:29:09 +0000 (22:29 +0200)
* gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
* gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
* gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
options.

From-SVN: r80464

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020103-1.c
gcc/testsuite/gcc.dg/i386-local.c
gcc/testsuite/gcc.dg/i386-sse-8.c

index e4d8c8abfb993d0aa1ac2bc9a68770dcc06d56d2..77a46b07f8c019b59e60c01745569469d811c1d7 100644 (file)
@@ -1,3 +1,10 @@
+2004-04-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
+       * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
+       * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
+       options.
+
 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
 
        * gcc.dg/builtins-36.c: New test.
index 5197fa67e1f8b2c9b40613a2c9aaf3167823976b..3082247fb0d11d93768affb6b9a2d01a148b7424 100644 (file)
@@ -1,7 +1,7 @@
 /* Verify that constant equivalences get reloaded properly, either by being
    spilled to the stack, or regenerated, but not dropped to memory.  */
 /* { dg-do compile { target i?86-*-* powerpc-*-* rs6000-*-* alpha*-*-* x86_64-*-*} } */
-/* { dg-options "-O2 -fpic -fno-omit-frame-pointer" } */
+/* { dg-options "-O2 -fpic -fno-omit-frame-pointer -fno-asynchronous-unwind-tables" } */
 /* { dg-final { scan-assembler-not "LC" } } */
 
 /* Clobber all call-saved registers that can hold a pointer value.  */
index 0c3103007cfc99166affb20e7dfb8a4924382257..45d6aba53db2693620c8bfc7c043e48b7008cf5a 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -funit-at-a-time" } */
-/* { dg-final { scan-assembler "magic\[^\\n\]*eax" } } */
+/* { dg-final { scan-assembler "magic\[^\\n\]*eax" { target i?86-*-* } } } */
+/* { dg-final { scan-assembler "magic\[^\\n\]*edi" { target x86_64-*-* } } } */
 
 /* Verify that local calling convention is used.  */
 static t(int) __attribute__ ((noinline));
index 8db0df4c4d250406d266de3f606d5d43a80c014c..8ec5e7034a58c3bcacc238d72ea6a4f31d334907 100644 (file)
@@ -3,7 +3,7 @@
 
 /* { dg-do compile } */
 /* { dg-options "" } */
-/* { dg-options "-march=pentium3" { target i?86-*-* x86_64-*-* } } */
+/* { dg-options "-march=pentium3" { target i?86-*-* } } */
 
 int main() 
 {