Commit 6e2ac1ae by Ulrich Weigand Committed by Ulrich Weigand

* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.

From-SVN: r58222
parent 7da64d7a
2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2002-10-16 Mark Mitchell <mark@codesourcery.com> 2002-10-16 Mark Mitchell <mark@codesourcery.com>
PR c++/7524 PR c++/7524
......
...@@ -31,4 +31,6 @@ int bar3 (int x) ...@@ -31,4 +31,6 @@ int bar3 (int x)
// { dg-final { global target_triplet } } // { dg-final { global target_triplet } }
// { dg-final { if [string match sh-*-* $target_triplet ] {return} } } // { dg-final { if [string match sh-*-* $target_triplet ] {return} } }
// { dg-final { if [string match {sh[elb1-9]*-*-*} $target_triplet ] {return} } } // { 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} } }
// { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } } // { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment