From 9a44dabb62a9053e86652cfd66452b08ff8ab4a1 Mon Sep 17 00:00:00 2001 From: pbrook Date: Thu, 22 Dec 2005 18:43:21 +0000 Subject: [PATCH] 2005-12-22 Paul Brook * gcc.dg/tree-ssa/loop-1.c: Look for jump/branch on m68k. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108963 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e829f8e21f2..7bfb7cdb52c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-12-22 Paul Brook + + * gcc.dg/tree-ssa/loop-1.c: Look for jump/branch on m68k. + 2005-12-22 Andrew Pinski PR tree-opt/25513 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c index 1e144fdc082..011e55bbfbc 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @@ -35,11 +35,13 @@ void xxx(void) and to do the actual call - bsr is only generated by link time relaxation. */ /* CRIS keeps the address in a register. */ +/* m68k sometimes puts the address in a register, depending on CPU and PIC. */ -/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* } } } */ +/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* m68k-*-* } } } */ /* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-* } } } */ /* { dg-final { scan-assembler-times "= foo" 5 { target ia64*-*-* } } } */ /* { dg-final { scan-assembler-times "jsr|blink\ttr?,r18" 5 { target sh*-*-* } } } */ /* { dg-final { scan-assembler-times "Jsr \\\$r" 5 { target cris-*-* } } } */ +/* { dg-final { scan-assembler-times "\[jb\]sr" 5 { target m68k-*-* } } } */ -- 2.11.4.GIT