From 2b4ffcaa5a348a58a8ceaf52f70c9db18590b69b Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 22 Oct 2005 19:52:28 +0000 Subject: * gcc.dg/weak/typeof-2.c: Adjust for CRIS keeping baz3 in a register. From-SVN: r105795 --- gcc/testsuite/gcc.dg/weak/typeof-2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/testsuite/gcc.dg') diff --git a/gcc/testsuite/gcc.dg/weak/typeof-2.c b/gcc/testsuite/gcc.dg/weak/typeof-2.c index 0ff192b..53bb0ebf 100644 --- a/gcc/testsuite/gcc.dg/weak/typeof-2.c +++ b/gcc/testsuite/gcc.dg/weak/typeof-2.c @@ -35,4 +35,6 @@ int bar3 (int x) // { dg-final { if [string match {sh[elb1-9]*-*-*} $target_triplet ] {return} } } // Likewise for S/390 targets // { dg-final { if [string match s390*-*-* $target_triplet ] {return} } } +// Likewise for CRIS targets. +// { dg-final { if [string match cris-*-* $target_triplet ] {return} } } // { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } } -- cgit v1.1