diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-29 10:03:40 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2015-10-29 10:03:40 +0100 |
commit | 41e977ac9054519259a7740d0f4b434105cd366a (patch) | |
tree | 20476aa7f3f56715ded7b06f1f9cc278756328ad /libgomp | |
parent | fcbb6b483667d4c3f7bf77fca5683c688e7b3c92 (diff) | |
download | gcc-41e977ac9054519259a7740d0f4b434105cd366a.zip gcc-41e977ac9054519259a7740d0f4b434105cd366a.tar.gz gcc-41e977ac9054519259a7740d0f4b434105cd366a.tar.bz2 |
Improve filenames for test cases of OpenACC combined directives
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
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 10 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c (renamed from libgomp/testsuite/libgomp.oacc-c-c++-common/combdir-1.c) | 2 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.oacc-fortran/combined-directives-1.f90 (renamed from libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90) | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8f44af0..c78881b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -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. diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/combdir-1.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c index a7def92..dad6d13 100644 --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/combdir-1.c +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c @@ -1,3 +1,5 @@ +/* This test exercises combined directives. */ + /* { dg-do run } */ #include <stdlib.h> diff --git a/libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90 b/libgomp/testsuite/libgomp.oacc-fortran/combined-directives-1.f90 index 0cd8a67..94100b2 100644 --- a/libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90 +++ b/libgomp/testsuite/libgomp.oacc-fortran/combined-directives-1.f90 @@ -1,3 +1,5 @@ +! This test exercises combined directives. + ! { dg-do run } program main |