Improve filenames for test cases of OpenACC combined directives
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2015 09:03:40 +0000 (09:03 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2015 09:03:40 +0000 (09:03 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229518 138bc75d-0d04-0410-961f-82ee72b054a4

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 8f44af0..c78881b 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.