diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-13 00:16:35 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-13 00:16:35 +0000 |
commit | a5a115258afd6c0bdd8ff4c8071dcffbafb88186 (patch) | |
tree | da67baced2441415f341e32d52bc2fa01cec89b3 /libgomp | |
parent | de6f64f9556ae39317186f3486135f1ef308a096 (diff) | |
download | gcc-a5a115258afd6c0bdd8ff4c8071dcffbafb88186.zip gcc-a5a115258afd6c0bdd8ff4c8071dcffbafb88186.tar.gz gcc-a5a115258afd6c0bdd8ff4c8071dcffbafb88186.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 4930d1d..7b046b8 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,21 @@ +2020-11-12 Jakub Jelinek <jakub@redhat.com> + + * libgomp.map (GOMP_alloc, GOMP_free): Export at GOMP_5.0.1. + * omp.h.in (omp_alloc): Add malloc and alloc_size attributes. + * libgomp_g.h (GOMP_alloc, GOMP_free): Declare. + * allocator.c (omp_aligned_alloc): New for now static function, + add alignment argument and handle it. + (omp_alloc): Reimplement using omp_aligned_alloc. + (GOMP_alloc, GOMP_free): New functions. + (omp_free): Add ialias. + * testsuite/libgomp.c-c++-common/allocate-1.c: New test. + * testsuite/libgomp.c++/allocate-1.C: New test. + +2020-11-12 Thomas Schwinge <thomas@codesourcery.com> + + PR fortran/97782 + * testsuite/libgomp.oacc-fortran/attach-descriptor-1.f90: Adjust. + 2020-11-10 Chung-Lin Tang <cltang@codesourcery.com> * libgomp.h (enum gomp_map_vars_kind): Adjust enum values to be bit-flag |