diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2019-02-20 10:09:53 +0000 |
---|---|---|
committer | Chung-Lin Tang <cltang@gcc.gnu.org> | 2019-02-20 10:09:53 +0000 |
commit | 54603edcb1a82307fa28a54ade7d978db7599180 (patch) | |
tree | 4b229746eaeddc968fd78a6f4f61813dea5f5134 | |
parent | 7ac75976af9e976a5ed9a127001a2e6c0ee237f8 (diff) | |
download | gcc-54603edcb1a82307fa28a54ade7d978db7599180.zip gcc-54603edcb1a82307fa28a54ade7d978db7599180.tar.gz gcc-54603edcb1a82307fa28a54ade7d978db7599180.tar.bz2 |
Correction of ChangeLog entry, Thomas provided the code for this change.
2019-02-19 Thomas Schwinge <thomas@codesourcery.com>
PR c/87924
* openmp.c (gfc_match_omp_clauses): Add representation of wait clause
without argument as 'wait (GOMP_ASYNC_NOVAL)'.
From-SVN: r269036
-rw-r--r-- | gcc/fortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 525e8a5..b29ec31 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 <cltang@codesourcery.com> +2019-02-19 Thomas Schwinge <thomas@codesourcery.com> PR c/87924 * openmp.c (gfc_match_omp_clauses): Add representation of wait clause |