From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 35E033858414; Tue, 16 Nov 2021 09:22:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35E033858414 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5296] libgomp: Mark thread_limit clause to target construct as implemented X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: 47de0b56ee455ec82ec7d61a20988f11b67aa4e9 X-Git-Newrev: 9ceaf0fee35f6c79cda60e35aad27598dd4dcee6 Message-Id: <20211116092250.35E033858414@sourceware.org> Date: Tue, 16 Nov 2021 09:22:50 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2021 09:22:50 -0000 https://gcc.gnu.org/g:9ceaf0fee35f6c79cda60e35aad27598dd4dcee6 commit r12-5296-g9ceaf0fee35f6c79cda60e35aad27598dd4dcee6 Author: Jakub Jelinek Date: Tue Nov 16 10:21:56 2021 +0100 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: --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index fd747b91192..299960921f8 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