From: Thomas Schwinge Date: Wed, 20 Feb 2019 10:09:53 +0000 (+0000) Subject: Correction of ChangeLog entry, Thomas provided the code for this change. X-Git-Tag: basepoints/gcc-10~1060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54603edcb1a82307fa28a54ade7d978db7599180;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 525e8a5d68ce..b29ec31a4b25 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