On Tue, May 24, 2022 at 10:34:25AM +0200, Tobias Burnus wrote: > Adds the Fortran bits to the just committed C/C+++ patch. > The testcases are the C/C++ ones, converted to Fortran and based on > those in the patch attached to the PR. > > OK? > > Tobias
> OpenMP: Support nowait with Fortran [PRPR105378] > > 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/testsuite/ > > PR c/105378 > * libgomp.fortran/taskwait-depend-nowait-1.f90: New. Ok, thanks. Jakub