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
This commit is contained in:
Thomas Schwinge 2019-02-20 10:09:53 +00:00 committed by Chung-Lin Tang
parent 7ac75976af
commit 54603edcb1

View file

@ -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