* gcc.dg/i386-local.c: Handle -m32/-m64 runs correctly.

From-SVN: r93039
This commit is contained in:
Andreas Jaeger 2005-01-07 07:49:02 +01:00 committed by Andreas Jaeger
parent a7e8d7dbe7
commit 4f1cfe85af
2 changed files with 6 additions and 2 deletions

View 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

View 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));