This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14 in repository gcc.
from 9a06e4d6a11 OpenMP: need_device_ptr and need_device_addr support for ad [...] new a1c4b92e578 OpenMP: Fix mapping of zero-sized arrays with non-literal s [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libgomp/ChangeLog.omp | 16 +++ libgomp/libgomp.h | 4 +- libgomp/oacc-mem.c | 6 +- libgomp/target.c | 64 +++++++++--- .../testsuite/libgomp.c/target-map-zero-sized-2.c | 74 ++++++++++++++ .../testsuite/libgomp.c/target-map-zero-sized-3.c | 49 ++++++++++ .../testsuite/libgomp.c/target-map-zero-sized.c | 107 +++++++++++++++++++++ 7 files changed, 304 insertions(+), 16 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/target-map-zero-sized-2.c create mode 100644 libgomp/testsuite/libgomp.c/target-map-zero-sized-3.c create mode 100644 libgomp/testsuite/libgomp.c/target-map-zero-sized.c