diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-10 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-10 00:16:28 +0000 |
commit | 3f8ca9cb86aae8f3742736d3c0ee11d4d1761a48 (patch) | |
tree | 2e0ddedd6514ae19e7efb9f76be7ff507e37626b /libgomp | |
parent | 0d00fe404c162ad0cf922ca8455aa23a74042b63 (diff) | |
download | gcc-3f8ca9cb86aae8f3742736d3c0ee11d4d1761a48.zip gcc-3f8ca9cb86aae8f3742736d3c0ee11d4d1761a48.tar.gz gcc-3f8ca9cb86aae8f3742736d3c0ee11d4d1761a48.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 923aeb8..f8d5813 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,29 @@ +2020-07-09 Julian Brown <julian@codesourcery.com> + Thomas Schwinge <thomas@codesourcery.com> + + PR middle-end/95270 + * testsuite/libgomp.oacc-c-c++-common/pr95270-1.c: New test. + * testsuite/libgomp.oacc-c-c++-common/pr95270-2.c: New test. + +2020-07-09 Julian Brown <julian@codesourcery.com> + + * oacc-mem.c (find_group_last): Group data-movement clauses + (GOMP_MAP_TO_PSET, GOMP_MAP_TO, etc.) together with a subsequent + GOMP_MAP_ATTACH. Allow standalone GOMP_MAP_ATTACH also. + +2020-07-09 Jakub Jelinek <jakub@redhat.com> + + * testsuite/libgomp.c/loop-19.c: New test. + * testsuite/libgomp.c/loop-20.c: New test. + +2020-07-09 Jakub Jelinek <jakub@redhat.com> + + * omp.h.in (omp_alloctrait_value_t): Change omp_atv_default from + 2 to -1. Add omp_atv_serialized and define omp_atv_sequential using + it. Remove __omp_alloctrait_value_max__. + * allocator.c (omp_init_allocator): Handle omp_atv_default for + omp_atk_alignment and omp_atk_pool_size. + 2020-07-03 Thomas Schwinge <thomas@codesourcery.com> * oacc-mem.c (goacc_exit_data_internal): Revert always-copyfrom |