From: Thomas Schwinge Date: Thu, 29 Oct 2015 09:03:40 +0000 (+0100) Subject: Improve filenames for test cases of OpenACC combined directives X-Git-Tag: basepoints/gcc-7~3479 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41e977ac9054519259a7740d0f4b434105cd366a;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. Co-Authored-By: Cesar Philippidis From-SVN: r229518 --- 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