https://gcc.gnu.org/g:f28f1c519db9eaf9d24ac61dc73a9899bf99ccfc
commit r16-5513-gf28f1c519db9eaf9d24ac61dc73a9899bf99ccfc Author: Sandra Loosemore <[email protected]> Date: Thu Nov 20 21:45:11 2025 +0000 OpenMP: Update docs for "begin declare variant" implementation status libgomp/ChangeLog * libgomp.texi (OpenMP 5.1): Update "begin declare variant" status. Diff: --- libgomp/libgomp.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index a3b33fd5e077..2d37c8731744 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -291,8 +291,9 @@ The OpenMP 4.5 specification is fully supported. @item @code{omp_all_memory} reserved locator @tab Y @tab @item @emph{target_device trait} in OpenMP Context @tab Y @item @code{target_device} selector set in context selectors @tab Y @tab -@item C/C++'s @code{declare variant} directive: elision support of - preprocessed code @tab N @tab +@item C/C++'s delimited @code{declare variant} directive: support elision of + preprocessed code and interpret enclosed function definitions + as variant functions @tab Y @tab @item @code{declare variant}: new clauses @code{adjust_args} and @code{append_args} @tab Y @tab @item @code{dispatch} construct @tab Y @tab
