diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-28 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-28 00:16:39 +0000 |
commit | 04a2cf3fd65c21e9099edea462c22446fa72d398 (patch) | |
tree | 1a77fa45af978aef4b76861797812d5d1c12016d /libgomp/ChangeLog | |
parent | b0b1d8d5d90d7c499e2733e8d01ba8b73217f332 (diff) | |
download | gcc-04a2cf3fd65c21e9099edea462c22446fa72d398.zip gcc-04a2cf3fd65c21e9099edea462c22446fa72d398.tar.gz gcc-04a2cf3fd65c21e9099edea462c22446fa72d398.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 3ff917c..123d253 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,13 @@ +2021-10-27 Jakub Jelinek <jakub@redhat.com> + + * libgomp.texi (OpenMP 5.0): Mention that Non-rectangular loop nests + aren't implemented for Fortran yet. + +2021-10-27 Jakub Jelinek <jakub@redhat.com> + + * testsuite/libgomp.c/loop-26.c: New test. + * testsuite/libgomp.c/loop-27.c: New test. + 2021-10-25 Tobias Burnus <tobias@codesourcery.com> PR testsuite/102910 |