aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2019-02-20 10:09:53 +0000
committerChung-Lin Tang <cltang@gcc.gnu.org>2019-02-20 10:09:53 +0000
commit54603edcb1a82307fa28a54ade7d978db7599180 (patch)
tree4b229746eaeddc968fd78a6f4f61813dea5f5134
parent7ac75976af9e976a5ed9a127001a2e6c0ee237f8 (diff)
downloadgcc-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/ChangeLog2
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