loop-dim-default.c: Move dg-skip-if directive into a comment.
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Feb 2017 13:50:28 +0000 (14:50 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 9 Feb 2017 13:50:28 +0000 (14:50 +0100)
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
dg-skip-if directive into a comment.

From-SVN: r245301

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

index 132f9d732e9841fa7b2191c85207cc81239f4e21..965130330964811c5bb81753edb106a177b15156 100644 (file)
@@ -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>
 
index 3f504f8863faf3fd8dc7002c97c9dd91472eb794..b3219d99b86c7d268c3c648d04b48807f98a07c8 100644 (file)
@@ -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>