]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item
authorTobias Burnus <tobias@codesourcery.com>
Tue, 7 Feb 2023 08:44:38 +0000 (09:44 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 7 Feb 2023 08:44:38 +0000 (09:44 +0100)
Fix the 'strict' modifier status: it is already listed (as 'Y') for OpenMP
5.1 for num_task and grainsize; only strict on num_threads is new with TR11.

libgomp/
* libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier.

(cherry picked from commit 8da7476c5fa8870c2fcded48d3de95978434c1be)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index eb8e4abd1838bfde548123ace1e50b2d310936d9..2012eabb5d14393f746af16aff9ea5ad2900071d 100644 (file)
@@ -1,3 +1,10 @@
+2023-02-02  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-02-02  Tobias Burnus  <tobias@codesourcery.com>
+
+       * libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier.
+
 2023-02-06  Andrew Stubbs  <ams@codesourcery.com>
 
        * config/gcn/libgomp-gcn.h (DEFAULT_GCN_STACK_SIZE): New define.
index dc3da5a84e862495e2d0f92838940fe278727615..b6d004e59b3d49d8910996232d1d4f74ff071252 100644 (file)
@@ -469,8 +469,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0.
 @item @code{omp_curr_progress_width} identifier @tab N @tab
 @item @code{safesync} clause to the @code{parallel} construct @tab N @tab
 @item @code{omp_get_max_progress_width} runtime routine @tab N @tab
-@item @code{strict} modifier keyword to @code{num_threads}, @code{num_tasks}
-      and @code{grainsize} @tab N @tab
+@item @code{strict} modifier keyword to @code{num_threads} @tab N @tab
 @item @code{memscope} clause to @code{atomic} and @code{flush} @tab N @tab
 @item Routines for obtaining memory spaces/allocators for shared/device memory
       @tab N @tab