* gcc.dg/i386-local.c: Handle -m32/-m64 runs correctly.
authorAndreas Jaeger <aj@suse.de>
Fri, 7 Jan 2005 06:49:02 +0000 (07:49 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 7 Jan 2005 06:49:02 +0000 (07:49 +0100)
From-SVN: r93039

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-local.c

index b3ac9e9e0685fb8e24a6759ff1e943cce71a5987..b4a0f099cc3195fa1a97ae275222a7295194ab22 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-07  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.dg/i386-local.c: Handle -m32/-m64 runs correctly.
+
 2005-01-07  Bud Davis  <bdavis9659@comcast.net>
 
        PR fortran/18398
index 45d6aba53db2693620c8bfc7c043e48b7008cf5a..2fda2a2fc99499c0acfe110214d70e5795c9bf66 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -funit-at-a-time" } */
-/* { dg-final { scan-assembler "magic\[^\\n\]*eax" { target i?86-*-* } } } */
-/* { dg-final { scan-assembler "magic\[^\\n\]*edi" { target x86_64-*-* } } } */
+/* { dg-final { scan-assembler "magic\[^\\n\]*eax" { target ilp32 } } } */
+/* { dg-final { scan-assembler "magic\[^\\n\]*edi" { target lp64 } } } */
 
 /* Verify that local calling convention is used.  */
 static t(int) __attribute__ ((noinline));