On Mon, Nov 15, 2021 at 02:00:42PM +0100, Tobias Burnus wrote: > Fortran: openmp: Add support for thread_limit clause on target > > gcc/fortran/ChangeLog: > > * openmp.c (OMP_TARGET_CLAUSES): Add thread_limit. > * trans-openmp.c (gfc_split_omp_clauses): Add thread_limit also to > teams.
After the Fortran changes we can mark it as implemented... Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk. 2021-11-16 Jakub Jelinek <ja...@redhat.com> * libgomp.texi (OpenMP 5.1): Mark thread_limit clause to target construct as implemented. --- libgomp/libgomp.texi.jj 2021-10-27 09:24:43.312822017 +0200 +++ libgomp/libgomp.texi 2021-11-15 22:29:35.210487522 +0100 @@ -292,7 +292,7 @@ The OpenMP 4.5 specification is fully su clauses of the taskloop construct @tab Y @tab @item @code{align} clause/modifier in @code{allocate} directive/clause and @code{allocator} directive @tab P @tab C/C++ on clause only -@item @code{thread_limit} clause to @code{target} construct @tab N @tab +@item @code{thread_limit} clause to @code{target} construct @tab Y @tab @item @code{has_device_addr} clause to @code{target} construct @tab N @tab @item iterators in @code{target update} motion clauses and @code{map} clauses @tab N @tab Jakub