diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2015-03-21 16:19:43 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2015-03-21 16:19:43 +0000 |
commit | 844d9a76bce2899d0b662cd04d015532889f3ca8 (patch) | |
tree | c54e1ea811fce8f145334b8673f01a3c55ed296d /libgomp | |
parent | 7ce3cec7a21602a287ad4096c0ff44dc120ff29c (diff) | |
download | gcc-844d9a76bce2899d0b662cd04d015532889f3ca8.zip gcc-844d9a76bce2899d0b662cd04d015532889f3ca8.tar.gz gcc-844d9a76bce2899d0b662cd04d015532889f3ca8.tar.bz2 |
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
Diffstat (limited to 'libgomp')
-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. */ |