aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-10-22 20:28:34 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2005-10-22 20:28:34 +0000
commit8e6a43093a6dd08bee44b579d4e8811ebb1642f4 (patch)
tree6b9f71f5b3b43e143ab5a5aab13f47120d631dcd /gcc/testsuite/gcc.dg
parent2b4ffcaa5a348a58a8ceaf52f70c9db18590b69b (diff)
downloadgcc-8e6a43093a6dd08bee44b579d4e8811ebb1642f4.zip
gcc-8e6a43093a6dd08bee44b579d4e8811ebb1642f4.tar.gz
gcc-8e6a43093a6dd08bee44b579d4e8811ebb1642f4.tar.bz2
20040204-1.c: Adjust XFAIL for CRIS and MMIX.
* gcc.dg/tree-ssa/20040204-1.c: Adjust XFAIL for CRIS and MMIX. * gcc.dg/tree-ssa/loop-1.c: Adjust "call foo"-scanning for CRIS. From-SVN: r105797
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c2
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/loop-1.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
index fe2945c..219dde9 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
@@ -33,5 +33,5 @@ void test55 (int x, int y)
that the && should be emitted (based on BRANCH_COST). Fix this
by teaching dom to look through && and register all components
as true. */
-/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! powerpc*-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* mmix-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
index 944dd74..1e144fd 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
@@ -34,10 +34,12 @@ void xxx(void)
/* The SH targets always use separate instructions to load the address
and to do the actual call - bsr is only generated by link time
relaxation. */
+/* CRIS keeps the address in a register. */
-/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* } } } */
+/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* } } } */
/* { 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-*-* } } } */