diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d1514733c434..03f66ea04ce6 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 c8a9a6c0d36a..d7da19e829b4 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. */