loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 11 Feb 2017 21:23:50 +0000 (21:23 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 11 Feb 2017 21:23:50 +0000 (21:23 +0000)
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove
hppa*-*-* dg-skip-if directive.

From-SVN: r245365

libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c

index 965130330964811c5bb81753edb106a177b15156..8270abd08c0092ee084c5351c66fa55fa0bb9727 100644 (file)
@@ -1,3 +1,8 @@
+2017-02-11  John David Anglin  <danglin@gcc.gnu.org>
+
+       * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove
+       hppa*-*-* dg-skip-if directive.
+
 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
 
        * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
index b3219d99b86c7d268c3c648d04b48807f98a07c8..e2b08c3e0bc65b294ffa61b43adbf8d41b32a08f 100644 (file)
@@ -1,7 +1,6 @@
 /* This code uses nvptx inline assembly guarded with acc_on_device, which is
    not optimized away at -O0, and then confuses the target assembler.  */
 /* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
-/* { dg-skip-if "" { hppa*-*-* } { "*" } { "" } } */
 /* { dg-additional-options "-fopenacc-dim=16:16" } */
 
 #include <openacc.h>