This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f666b14cf1f RISC-V: Add test for vec_duplicate + vwmulu.vv signed combi [...] new 16d2b8881c1 libgomp: Add Fortran version of acc_copyout_finalize_async [...] new da5803c794d libgomp: Init hash table for 'indirect'-clause of 'declare [...]
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: libgomp/config/accel/target-indirect.c | 108 ++++++++------- libgomp/config/gcn/team.c | 8 +- libgomp/config/nvptx/team.c | 8 +- libgomp/libgomp-plugin.h | 4 + libgomp/libgomp.map | 12 +- libgomp/libgomp.texi | 88 ++++++------ libgomp/openacc.f90 | 148 ++++++++++++++++++++- libgomp/openacc_lib.h | 52 ++++++++ libgomp/plugin/build-target-indirect-htab.h | 83 ++++++++++++ libgomp/plugin/plugin-gcn.c | 95 +++++++++---- libgomp/plugin/plugin-nvptx.c | 90 +++++++++---- .../testsuite/libgomp.oacc-fortran/pr92970-1.f90 | 71 ++++++++++ 12 files changed, 615 insertions(+), 152 deletions(-) create mode 100644 libgomp/plugin/build-target-indirect-htab.h create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr92970-1.f90