From 54603edcb1a82307fa28a54ade7d978db7599180 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 20 Feb 2019 10:09:53 +0000 Subject: [PATCH] Correction of ChangeLog entry, Thomas provided the code for this change. 2019-02-19 Thomas Schwinge PR c/87924 * openmp.c (gfc_match_omp_clauses): Add representation of wait clause without argument as 'wait (GOMP_ASYNC_NOVAL)'. From-SVN: r269036 --- gcc/fortran/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 525e8a5d68c..b29ec31a4b2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -9,7 +9,7 @@ argument is contiguous and the actual argument may not be, use gfc_conv_subref_array_arg. -2019-02-19 Chung-Lin Tang +2019-02-19 Thomas Schwinge PR c/87924 * openmp.c (gfc_match_omp_clauses): Add representation of wait clause -- 2.30.2