https://gcc.gnu.org/g:033dc40acd5c13cc1c474c229eaba7d96112fc26
commit 033dc40acd5c13cc1c474c229eaba7d96112fc26 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Fri May 16 21:27:28 2025 +0000 ChangeLog.omp bump Diff: --- gcc/DATESTAMP.omp | 2 +- libgomp/ChangeLog.omp | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP.omp b/gcc/DATESTAMP.omp index 63e8d5b6f5bd..e01bdfb865b5 100644 --- a/gcc/DATESTAMP.omp +++ b/gcc/DATESTAMP.omp @@ -1 +1 @@ -20250515 +20250516 diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index e06fdeebc92c..9823e5833a1f 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,19 @@ +2025-05-16 Tobias Burnus <tbur...@baylibre.com> + + Backported from master: + 2025-05-14 Tobias Burnus <tbur...@baylibre.com> + + * target.c (gomp_attach_pointer): Return bool; accept additional + bool to optionally silence the fatal pointee-not-found error. + (gomp_map_vars_internal): If the pointee could not be found, + check whether it was mapped as GOMP_MAP_ZERO_LEN_ARRAY_SECTION. + * libgomp.h (gomp_attach_pointer): Update prototype. + * oacc-mem.c (acc_attach_async, goacc_enter_data_internal): Update + calls. + * testsuite/libgomp.c/target-map-zero-sized.c: New test. + * testsuite/libgomp.c/target-map-zero-sized-2.c: New test. + * testsuite/libgomp.c/target-map-zero-sized-3.c: New test. + 2025-05-15 Tobias Burnus <tbur...@baylibre.com> Backported from master: