]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Improve filenames for test cases of OpenACC combined directives
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 29 Oct 2015 09:03:40 +0000 (10:03 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 29 Oct 2015 09:03:40 +0000 (10:03 +0100)
libgomp/
* testsuite/libgomp.oacc-c-c++-common/combdir-1.c: Rename to...
* testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c:
... this.  Add a description of the test at the top of the file.
* testsuite/libgomp.oacc-fortran/combdir-1.f90: Rename file to...
* testsuite/libgomp.oacc-fortran/combined-directives-1.f90:
... this.  Add a description of the test at the top of the file.

Co-Authored-By: Cesar Philippidis <cesar@codesourcery.com>
From-SVN: r229518

libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c [moved from libgomp/testsuite/libgomp.oacc-c-c++-common/combdir-1.c with 93% similarity]
libgomp/testsuite/libgomp.oacc-fortran/combined-directives-1.f90 [moved from libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90 with 92% similarity]

index 8f44af02606b968b2f8039f730787869ce7a7d94..c78881b2b62b5ed7905b35756127e999ab1a2fc2 100644 (file)
@@ -1,3 +1,13 @@
+2015-10-29  Thomas Schwinge  <thomas@codesourcery.com>
+           Cesar Philippidis  <cesar@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: Rename to...
+       * testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c:
+       ... this.  Add a description of the test at the top of the file.
+       * testsuite/libgomp.oacc-fortran/combdir-1.f90: Rename file to...
+       * testsuite/libgomp.oacc-fortran/combined-directives-1.f90:
+       ... this.  Add a description of the test at the top of the file.
+
 2015-10-28  Nathan Sidwell  <nathan@codesourcery.com>
 
        * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New.
similarity index 93%
rename from libgomp/testsuite/libgomp.oacc-c-c++-common/combdir-1.c
rename to libgomp/testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c
index a7def920b947f0f24a7a6635752e1105d476891a..dad6d13eb6089de505b0f5326fbbc78bb4ae1d6f 100644 (file)
@@ -1,3 +1,5 @@
+/* This test exercises combined directives.  */
+
 /* { dg-do run } */
 
 #include <stdlib.h>
similarity index 92%
rename from libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90
rename to libgomp/testsuite/libgomp.oacc-fortran/combined-directives-1.f90
index 0cd8a670abb4a5ba9b104ebd5aaead27a65b6e2a..94100b22163493acf7c56162d3fe446707638884 100644 (file)
@@ -1,3 +1,5 @@
+! This test exercises combined directives.
+
 ! { dg-do run }
 
 program main