]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
commit452bb7db311b5a4987558b7fbfc450768a0e167f
tree885961efc84f8f0cb304579ed13bae150f3e7557
parent7e45444bd4fd272b2441343adb03318015c5b295
libgomp: Fix up OpenMP 5.2 feature bullet

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