diff options
| -rw-r--r-- | libgomp/ChangeLog | 5 | ||||
| -rw-r--r-- | libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d151473..03f66ea 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 John David Anglin <danglin@gcc.gnu.org> + + * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on + hppa*-*-hpux*. + 2015-03-19 Jakub Jelinek <jakub@redhat.com> * 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 c8a9a6c..d7da19e 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. */ |
