reduction-4.c: Don't run on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 21 Mar 2015 16:19:43 +0000 (16:19 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 21 Mar 2015 16:19:43 +0000 (16:19 +0000)
* testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
hppa*-*-hpux*.

From-SVN: r221557

libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c

index d1514733c43461d79f2b3a94b9542574f6c6b834..03f66ea04ce6c8f2d6f3af5bedc678f40aafd71c 100644 (file)
@@ -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.
index c8a9a6c0d36a6d6478002dfff319e3d717d12e57..d7da19e829b47c501353c4ca237da6f5987406dd 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target { ! { hppa*-*-hpux* } } } } */
 
 /* complex reductions.  */