aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog.gomp
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-08-17 00:54:50 +0000
committerThomas Schwinge <thomas@codesourcery.com>2016-08-17 00:54:50 +0000
commitd192934a18892ff438b78bf74e6189334efb8130 (patch)
tree94914fd94299b5bc8edf0b095a7b083da99538c2 /gcc/testsuite/ChangeLog.gomp
parent070b5ba49d8504c7864005bdf93ade8980cdab6e (diff)
Use verify_oacc_routine_clauses for C/C++
gcc/ * omp-low.c (build_oacc_routine_dims): Move some of its processing into... (verify_oacc_routine_clauses): ... this new function. * omp-low.h (verify_oacc_routine_clauses): New prototype. gcc/c/ * c-parser.c (c_parser_oacc_routine): Normalize order of clauses. (c_finish_oacc_routine): Call verify_oacc_routine_clauses. gcc/cp/ * parser.c (cp_parser_oacc_routine) (cp_parser_late_parsing_oacc_routine): Normalize order of clauses. (cp_finalize_oacc_routine): Call verify_oacc_routine_clauses. gcc/testsuite/ * c-c++-common/goacc/routine-2.c: Update, and move some test into... * c-c++-common/goacc/routine-level-of-parallelism-1.c: ... this new file. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@239520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog.gomp')
-rw-r--r--gcc/testsuite/ChangeLog.gomp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog.gomp b/gcc/testsuite/ChangeLog.gomp
index efaa3604b37..08708217b5e 100644
--- a/gcc/testsuite/ChangeLog.gomp
+++ b/gcc/testsuite/ChangeLog.gomp
@@ -1,3 +1,10 @@
+2016-08-17 Thomas Schwinge <thomas@codesourcery.com>
+
+ * c-c++-common/goacc/routine-2.c: Update, and move some test
+ into...
+ * c-c++-common/goacc/routine-level-of-parallelism-1.c: ... this
+ new file.
+
2016-08-16 Cesar Philippidis <cesar@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>