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 499d610ac35 Merge branch 'releases/gcc-15' into devel/omp/gcc-15 new 25bbaa8fdee libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [...]
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/libgomp-plugin.h | 2 + libgomp/libgomp.h | 4 + libgomp/libgomp.map | 6 ++ libgomp/libgomp.texi | 39 +++++++ libgomp/oacc-mem.c | 44 +++++--- libgomp/openacc.f90 | 22 ++++ libgomp/openacc.h | 4 +- libgomp/openacc_lib.h | 24 +++++ libgomp/plugin/plugin-gcn.c | 17 +++- libgomp/plugin/plugin-nvptx.c | 43 ++++++++ libgomp/target.c | 14 +++ .../acc_memcpy_device-1.c | 96 +++++++++++++++++ .../libgomp.oacc-fortran/acc_memcpy_device-1.f90 | 113 +++++++++++++++++++++ 13 files changed, 409 insertions(+), 19 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_memcpy_device-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/acc_memcpy_device-1.f90