diff mbox series

[committed] libgomp: Mark thread_limit clause to target construct as implemented

Message ID 20211116092554.GG2710@tucnak
State New
Headers show
Series [committed] libgomp: Mark thread_limit clause to target construct as implemented | expand

Commit Message

Jakub Jelinek Nov. 16, 2021, 9:25 a.m. UTC
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  <jakub@redhat.com>

	* libgomp.texi (OpenMP 5.1): Mark thread_limit clause to target
	construct as implemented.


	Jakub
diff mbox series

Patch

--- 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