Hi! The previous bullet correctly mentions 5.2 added for Fortran allocators directive which is a replacement of allocate directive associated with ALLOCATE statement to differentiate it at parse time from allocate directive as declarative one not associated with ALLOCATE statement, but the deprecation bullet talks about non-existing allocator directive.
Committed to trunk. 2022-10-12 Jakub Jelinek <ja...@redhat.com> * libgomp.texi (OpenMP 5.2): Fix up allocator -> allocate directive in deprecation bullet. --- libgomp/libgomp.texi.jj 2022-10-12 18:39:10.769431072 +0200 +++ libgomp/libgomp.texi 2022-10-12 18:43:03.817239832 +0200 @@ -387,7 +387,7 @@ to address of matching mapped list item @item Extended list of directives permitted in Fortran pure procedures @tab N @tab @item New @code{allocators} directive for Fortran @tab N @tab -@item Deprecation of @code{allocator} directive for Fortran +@item Deprecation of @code{allocate} directive for Fortran allocatables/pointers @tab N @tab @item Optional paired @code{end} directive with @code{dispatch} @tab N @tab @item New @code{memspace} and @code{traits} modifiers for @code{uses_allocators} Jakub