From: John David Anglin Date: Sat, 21 Mar 2015 16:19:43 +0000 (+0000) Subject: reduction-4.c: Don't run on hppa*-*-hpux*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=844d9a76bce2899d0b662cd04d015532889f3ca8;p=gcc.git reduction-4.c: Don't run on hppa*-*-hpux*. * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on hppa*-*-hpux*. From-SVN: r221557 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d1514733c43..03f66ea04ce 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 John David Anglin + + * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on + hppa*-*-hpux*. + 2015-03-19 Jakub Jelinek * testsuite/libgomp.c/target-10.c: New test. diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c index c8a9a6c0d36..d7da19e829b 100644 --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { dg-do run { target { ! { hppa*-*-hpux* } } } } */ /* complex reductions. */