* 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
+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.
/* 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. */
/* { 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));
/* { dg-do compile } */
/* { dg-options "" } */
-/* { dg-options "-march=pentium3" { target i?86-*-* x86_64-*-* } } */
+/* { dg-options "-march=pentium3" { target i?86-*-* } } */
int main()
{