diff options
author | Sandra Loosemore <sloosemore@baylibre.com> | 2025-05-16 21:27:28 +0000 |
---|---|---|
committer | Sandra Loosemore <sloosemore@baylibre.com> | 2025-05-16 21:27:28 +0000 |
commit | 033dc40acd5c13cc1c474c229eaba7d96112fc26 (patch) | |
tree | fda17d59e8bccc1645690e4aa77e884adddab3a1 | |
parent | d12326bd889cfcfa1e6aac8ca827fa97b578dba9 (diff) | |
download | gcc-devel/omp/gcc-15.zip gcc-devel/omp/gcc-15.tar.gz gcc-devel/omp/gcc-15.tar.bz2 |
ChangeLog.omp bumpdevel/omp/gcc-15
-rw-r--r-- | gcc/DATESTAMP.omp | 2 | ||||
-rw-r--r-- | libgomp/ChangeLog.omp | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/gcc/DATESTAMP.omp b/gcc/DATESTAMP.omp index 63e8d5b..e01bdfb 100644 --- a/gcc/DATESTAMP.omp +++ b/gcc/DATESTAMP.omp @@ -1 +1 @@ -20250515 +20250516 diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index e06fdee..9823e58 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,19 @@ +2025-05-16 Tobias Burnus <tburnus@baylibre.com> + + Backported from master: + 2025-05-14 Tobias Burnus <tburnus@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 <tburnus@baylibre.com> Backported from master: |