From: tschwinge Date: Thu, 29 Oct 2015 09:03:40 +0000 (+0000) Subject: Improve filenames for test cases of OpenACC combined directives X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8ec2b06072a532b8d7319ed598ac1dad2584fea;p=thirdparty%2Fgcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229518 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8f44af02606b..c78881b2b62b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,13 @@ +2015-10-29 Thomas Schwinge + Cesar Philippidis + + * 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 * 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 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 a7def920b947..dad6d13eb608 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 diff --git a/libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90 b/libgomp/testsuite/libgomp.oacc-fortran/combined-directives-1.f90 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 0cd8a670abb4..94100b221634 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