https://gcc.gnu.org/g:d22b0e3033d991104ad48c3618981fedea1a8841

commit r15-6513-gd22b0e3033d991104ad48c3618981fedea1a8841
Author: Paul-Antoine Arras <par...@baylibre.com>
Date:   Mon May 27 11:48:34 2024 +0200

    OpenMP: update documentation for dispatch and adjust_args
    
    libgomp/ChangeLog:
    
            * libgomp.texi:

Diff:
---
 libgomp/libgomp.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index c8fb08ec269a..9a42355ff5d4 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -294,8 +294,8 @@ The OpenMP 4.5 specification is fully supported.
 @item C/C++'s @code{declare variant} directive: elision support of
       preprocessed code @tab N @tab
 @item @code{declare variant}: new clauses @code{adjust_args} and
-      @code{append_args} @tab N @tab
-@item @code{dispatch} construct @tab N @tab
+      @code{append_args} @tab P @tab Only @code{adjust_args}
+@item @code{dispatch} construct @tab Y @tab
 @item device-specific ICV settings with environment variables @tab Y @tab
 @item @code{assume} and @code{assumes} directives @tab Y @tab
 @item @code{nothing} directive @tab Y @tab

Reply via email to