diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-18 00:16:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-18 00:16:36 +0000 |
commit | 0a4cb439327e5503a1268db35729ec8634449bdc (patch) | |
tree | 17b9afe1de42686a2483e20547ab00d2786e3cec /libgomp/ChangeLog | |
parent | 94c12ffac234b29a702aa7b6730f2678265857c8 (diff) | |
download | gcc-0a4cb439327e5503a1268db35729ec8634449bdc.tar.gz |
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 4d9e2066942..38f5e5eff94 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,25 @@ +2021-09-17 Julian Brown <julian@codesourcery.com> + + * testsuite/libgomp.oacc-c-c++-common/broadcast-many.c: Update. + +2021-09-17 Julian Brown <julian@codesourcery.com> + + * testsuite/libgomp.oacc-c-c++-common/broadcast-many.c: New test. + +2021-09-17 Jakub Jelinek <jakub@redhat.com> + + * libgomp.texi (OpenMP 5.1): Spelling fix, + declare variante -> declare variant. + +2021-09-17 Jakub Jelinek <jakub@redhat.com> + + * testsuite/libgomp.c-c++-common/atomic-19.c: Drop c effective target. + Use /* */ comments instead of //. + * testsuite/libgomp.c-c++-common/atomic-20.c: Likewise. + * testsuite/libgomp.c-c++-common/atomic-21.c: Likewise. + * testsuite/libgomp.c++/atomic-16.C: New test. + * testsuite/libgomp.c++/atomic-17.C: New test. + 2021-09-10 Jakub Jelinek <jakub@redhat.com> * testsuite/libgomp.c-c++-common/atomic-19.c: New test. |