aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog.gomp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog.gomp')
-rw-r--r--gcc/cp/ChangeLog.gomp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog.gomp b/gcc/cp/ChangeLog.gomp
index b0c3dbf9693..3ae1f21f439 100644
--- a/gcc/cp/ChangeLog.gomp
+++ b/gcc/cp/ChangeLog.gomp
@@ -1,3 +1,8 @@
+2017-07-25 Chung-Lin Tang <cltang@codesourcery.com>
+
+ * parser.c (cp_parser_oacc_clause_wait): Add representation of wait
+ clause without argument as 'wait (GOMP_ASYNC_NOVAL)', adjust comments.
+
2017-05-17 Thomas Schwinge <thomas@codesourcery.com>
* pt.c (tsubst_omp_clauses): Handle "OMP_CLAUSE_FINALIZE".