aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/i386-local.c
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2005-02-17 22:42:30 +0000
committerMichael Matz <matz@suse.de>2005-02-17 22:42:30 +0000
commit0d3a67f04018da2a0fae4b4a2d7742f317e3b942 (patch)
tree3da4b8381a55ebf9e11370ab77cb825ab3bf7321 /gcc/testsuite/gcc.dg/i386-local.c
parentdf58966e0bc37b0ade78c4866e9c9f58ea8d385e (diff)
Merge to HEAD at tree-cleanup-merge-20041024 .new-regalloc-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/new-regalloc-branch@95203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/i386-local.c')
-rw-r--r--gcc/testsuite/gcc.dg/i386-local.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-local.c b/gcc/testsuite/gcc.dg/i386-local.c
index 0c3103007cf..45d6aba53db 100644
--- a/gcc/testsuite/gcc.dg/i386-local.c
+++ b/gcc/testsuite/gcc.dg/i386-local.c
@@ -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));