]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp: Fix up OpenMP 5.2 feature bullet
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Oct 2022 16:43:58 +0000 (18:43 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 12 Oct 2022 16:49:22 +0000 (18:49 +0200)
commitcaf9db5a7f99fae8b6088328b9b48ee79fa5e5f0
tree0300c34ea12afcbc43ac6dee302bb5cd2eae8209
parent0ec4e93fb9fa5e9d2424683c5fab1310c8ae2f76
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.
libgomp/libgomp.texi