summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-02-09 14:50:28 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-02-09 14:50:28 +0100
commit1bbe0d8f47f2007fcb70d69a0952347ece474ac7 (patch)
tree15313d201d0d9861468931c383c45420893e8c34 /libgomp
parent02889d23ee3b02854dff203dd87b9a25e30b61b4 (diff)
downloadgcc-1bbe0d8f47f2007fcb70d69a0952347ece474ac7.tar.gz
loop-dim-default.c: Move dg-skip-if directive into a comment.
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move dg-skip-if directive into a comment. From-SVN: r245301
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog5
-rw-r--r--libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 132f9d732e9..96513033096 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-09 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
+ dg-skip-if directive into a comment.
+
2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
Chung-Lin Tang <cltang@codesourcery.com>
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 3f504f8863f..b3219d99b86 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,7 @@
/* 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*-*-* } { "*" } { "" } } */
+ 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>