OSDN Git Service

* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2002 21:25:26 +0000 (21:25 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2002 21:25:26 +0000 (21:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58222 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/weak/typeof-2.c

index 9f88588..ac7f3ba 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR c++/7524
index 8d95169..de7e2c9 100644 (file)
@@ -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" } }