]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Fix up OpenMP 5.2 feature bullet
authorJakub Jelinek <jakub@redhat.com>
Mon, 17 Oct 2022 14:57:09 +0000 (16:57 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 17 Oct 2022 14:57:09 +0000 (16:57 +0200)
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.

2022-10-12  Jakub Jelinek  <jakub@redhat.com>

* libgomp.texi (OpenMP 5.2): Fix up allocator -> allocate directive
in deprecation bullet.

(cherry picked from commit caf9db5a7f99fae8b6088328b9b48ee79fa5e5f0)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index 23ec0e9de62c0216e4893f3a204c7b7eee632b4d..debb77b2150107aeae191714c7372f6b99a548d8 100644 (file)
@@ -1,3 +1,11 @@
+2022-10-17  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline:
+       2022-10-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * libgomp.texi (OpenMP 5.2): Fix up allocator -> allocate directive
+       in deprecation bullet.
+
 2022-10-17  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from mainline:
index e9edeff0bba0a6d78b98abcbe87bc22baf083352..d0be605806767168516e236edd1556117d9bd00b 100644 (file)
@@ -387,7 +387,7 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab
 @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}