This patch enhances parser support for taskwait construct to OpenMP 5.0.
2.18.5 taskwait Construct
!$omp taskwait [clause[ [,] clause] ... ]
where clause is one of the following:
depend([depend-modifier,]dependence-type : locator-list)
nowait
The patch includes code changes and testcase modifications.