]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
loop-1.c: Look for jump/branch on m68k.
authorPaul Brook <paul@codesourcery.com>
Thu, 22 Dec 2005 18:43:21 +0000 (18:43 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 22 Dec 2005 18:43:21 +0000 (18:43 +0000)
2005-12-22  Paul Brook  <paul@codesourcery.com>

* gcc.dg/tree-ssa/loop-1.c: Look for jump/branch on m68k.

From-SVN: r108963

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-1.c

index e829f8e21f2da920c102ac354cbb9f7b97fb739a..7bfb7cdb52c81778c0aabc8959bfc63c38b10525 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-22  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/tree-ssa/loop-1.c: Look for jump/branch on m68k.
+
 2005-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR tree-opt/25513
index 1e144fdc082fa6ca55f00824f39846c3f18a1c22..011e55bbfbcbf62e77c1c594b660baa5aa16727e 100644 (file)
@@ -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-*-* } } } */