From: Jakub Jelinek Date: Tue, 16 Nov 2021 09:21:56 +0000 (+0100) Subject: libgomp: Mark thread_limit clause to target construct as implemented X-Git-Tag: basepoints/gcc-13~3017 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ceaf0fee35f6c79cda60e35aad27598dd4dcee6;p=thirdparty%2Fgcc.git libgomp: Mark thread_limit clause to target construct as implemented After the Fortran changes we can mark it as implemented... 2021-11-16 Jakub Jelinek * libgomp.texi (OpenMP 5.1): Mark thread_limit clause to target construct as implemented. --- diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fd747b911920..299960921f83 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -292,7 +292,7 @@ The OpenMP 4.5 specification is fully supported. 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