From: Ulrich Weigand Date: Wed, 16 Oct 2002 21:25:26 +0000 (+0000) Subject: * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e2ac1aeef6fcb06ae053814bbc6057afe679959;p=gcc.git * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test. From-SVN: r58222 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9f88588bd4d..ac7f3ba813c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-10-16 Ulrich Weigand + + * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test. + 2002-10-16 Mark Mitchell PR c++/7524 diff --git a/gcc/testsuite/gcc.dg/weak/typeof-2.c b/gcc/testsuite/gcc.dg/weak/typeof-2.c index 8d951694eab..de7e2c9343e 100644 --- a/gcc/testsuite/gcc.dg/weak/typeof-2.c +++ b/gcc/testsuite/gcc.dg/weak/typeof-2.c @@ -31,4 +31,6 @@ int bar3 (int x) // { dg-final { global target_triplet } } // { dg-final { if [string match sh-*-* $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" } }