diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-02 00:17:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-02 00:17:36 +0000 |
commit | 0b4fd672bf07e3bf8142b01125b4f8d2f14b1851 (patch) | |
tree | 0e13db3f543f6c6827c06df02c949b81814f0f96 /libgomp | |
parent | c90e785bb6fde02cc009f296332a1469fcc1261a (diff) | |
download | gcc-0b4fd672bf07e3bf8142b01125b4f8d2f14b1851.zip gcc-0b4fd672bf07e3bf8142b01125b4f8d2f14b1851.tar.gz gcc-0b4fd672bf07e3bf8142b01125b4f8d2f14b1851.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8c685f6..922e967 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,38 @@ +2024-07-01 Andrew Stubbs <ams@baylibre.com> + Thomas Schwinge <thomas@codesourcery.com> + + * allocator.c (ompx_gnu_min_predefined_alloc): New. + (ompx_gnu_max_predefined_alloc): New. + (predefined_alloc_mapping): Rename to ... + (predefined_omp_alloc_mapping): ... this. + (predefined_ompx_gnu_alloc_mapping): New. + (_Static_assert): Adjust for the new name, and add a new assert for the + new table. + (predefined_allocator_p): New. + (predefined_alloc_mapping): New. + (omp_aligned_alloc): Support ompx_gnu_pinned_mem_alloc. + Use predefined_allocator_p and predefined_alloc_mapping. + (omp_free): Likewise. + (omp_alligned_calloc): Likewise. + (omp_realloc): Likewise. + * env.c (parse_allocator): Add ompx_gnu_pinned_mem_alloc. + * libgomp.texi: Document ompx_gnu_pinned_mem_alloc. + * omp.h.in (omp_allocator_handle_t): Add ompx_gnu_pinned_mem_alloc. + * omp_lib.f90.in: Add ompx_gnu_pinned_mem_alloc. + * omp_lib.h.in: Add ompx_gnu_pinned_mem_alloc. + * testsuite/libgomp.c/alloc-pinned-5.c: New test. + * testsuite/libgomp.c/alloc-pinned-6.c: New test. + * testsuite/libgomp.fortran/alloc-pinned-1.f90: New test. + +2024-07-01 Andrew Stubbs <ams@baylibre.com> + + * testsuite/libgomp.c/alloc-pinned-1.c: Change dg-xfail-run-if to + dg-skip-if. + Correct spelling mistake. + Abort on insufficient lockable memory. + Use #error on non-linux hosts. + * testsuite/libgomp.c/alloc-pinned-2.c: Likewise. + 2024-06-06 Tobias Burnus <tburnus@baylibre.com> * libgomp.texi (nvptx): Add missing preposition. |