From 41e977ac9054519259a7740d0f4b434105cd366a Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 29 Oct 2015 10:03:40 +0100 Subject: [PATCH] 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 --- libgomp/ChangeLog | 10 ++++++++++ .../{combdir-1.c => combined-directives-1.c} | 2 ++ .../{combdir-1.f90 => combined-directives-1.f90} | 2 ++ 3 files changed, 14 insertions(+) rename libgomp/testsuite/libgomp.oacc-c-c++-common/{combdir-1.c => combined-directives-1.c} (93%) rename libgomp/testsuite/libgomp.oacc-fortran/{combdir-1.f90 => combined-directives-1.f90} (92%) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8f44af02606..c78881b2b62 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 a7def920b94..dad6d13eb60 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 0cd8a670abb..94100b22163 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