https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105378
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:4fb2b4f7ea6b80ae75d3efb6f86e7c6179080535 commit r13-726-g4fb2b4f7ea6b80ae75d3efb6f86e7c6179080535 Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue May 24 10:41:43 2022 +0200 OpenMP: Support nowait with Fortran [PR105378] Fortran part to C/C++/libgomp commit r13-724-gb43836914bdc2a37563cf31359b2c4803bfe4374 gcc/fortran/ PR c/105378 * openmp.cc (gfc_match_omp_taskwait): Accept nowait. gcc/testsuite/ PR c/105378 * gfortran.dg/gomp/taskwait-depend-nowait-1.f90: New. libgomp/ PR c/105378 * libgomp.texi (OpenMP 5.1): Set 'taskwait nowait' to 'Y'. * testsuite/libgomp.fortran/taskwait-depend-nowait-1.f90: New.