This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7f33a35bff c++: __is_destructible fixes [PR107600] new 4e47e2f8337 libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async
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: include/cuda/cuda.h | 3 + libgomp/libgomp-plugin.h | 1 + libgomp/libgomp.h | 3 +- libgomp/libgomp.map | 6 ++ libgomp/libgomp.texi | 98 +++++++++++++++++++++- libgomp/omp.h.in | 4 + libgomp/omp_lib.f90.in | 23 +++++ libgomp/omp_lib.h.in | 25 ++++++ libgomp/plugin/cuda-lib.def | 1 + libgomp/plugin/plugin-gcn.c | 80 ++++++++++++++++++ libgomp/plugin/plugin-nvptx.c | 9 ++ libgomp/target.c | 83 ++++++++++++++++++ .../libgomp.c-c++-common/omp_target_memset-2.c | 62 ++++++++++++++ .../libgomp.c-c++-common/omp_target_memset-3.c | 80 ++++++++++++++++++ .../libgomp.c-c++-common/omp_target_memset.c | 62 ++++++++++++++ .../libgomp.fortran/omp_target_memset-2.f90 | 67 +++++++++++++++ .../libgomp.fortran/omp_target_memset.f90 | 39 +++++++++ 17 files changed, 642 insertions(+), 4 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp_target_memset-2.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp_target_memset-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp_target_memset.c create mode 100644 libgomp/testsuite/libgomp.fortran/omp_target_memset-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/omp_target_memset.f90