aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-02-11 21:23:50 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2017-02-11 21:23:50 +0000
commitb0f78ff3e6f28c63b27b4c4bf0186e3fad080e06 (patch)
tree633951d91513562afe380f5d7f92b2b3affd98b6
parent7d3235372abf6e7e63bb846dec5b44e8efdb8cc0 (diff)
downloadgcc-b0f78ff3e6f28c63b27b4c4bf0186e3fad080e06.zip
gcc-b0f78ff3e6f28c63b27b4c4bf0186e3fad080e06.tar.gz
gcc-b0f78ff3e6f28c63b27b4c4bf0186e3fad080e06.tar.bz2
loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive. From-SVN: r245365
-rw-r--r--libgomp/ChangeLog5
-rw-r--r--libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 9651303..8270abd 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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
diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
index b3219d9..e2b08c3 100644
--- a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
+++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
@@ -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>