This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-15 in repository gcc.
from dcdeed6b536 ChangeLog.omp bump new d12326bd889 OpenMP: Fix mapping of zero-sized arrays with non-literal s [...] new 033dc40acd5 ChangeLog.omp bump
The 2 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: gcc/DATESTAMP.omp | 2 +- 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 +++++++++++++++++++++ 8 files changed, 305 insertions(+), 17 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