This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-9-branch in repository gcc.
from 392044a8db2 libgomp plugin-gcn - init string new 0467f885d40 [og9] A couple of GCN-specific test fixes new da5cbde4463 [og9] Update expected messages, errors and warnings for "ke [...] new dce6d63aa6d [og9] Fix uninitialised read in gomp_map_vars_internal new 9bd8ebbc1a1 [og9] OpenACC profiling-interface fixes for asynchronous op [...] new 3a25e449d04 [og9] Fix OpenACC "ephemeral" asynchronous host-to-device copies
The 5 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/testsuite/ChangeLog.openacc | 13 ++ .../goacc/classify-kernels-unparallelized.c | 2 +- .../c-c++-common/goacc/classify-kernels.c | 2 +- .../c-c++-common/goacc/kernels-decompose-1.c | 12 +- .../goacc/note-parallelism-1-kernels-loop-auto.c | 36 ++-- .../note-parallelism-1-kernels-straight-line.c | 2 +- .../note-parallelism-combined-kernels-loop-auto.c | 20 +-- .../goacc/note-parallelism-kernels-loop-auto.c | 36 ++-- gcc/testsuite/c-c++-common/goacc/routine-1.c | 2 +- .../c-c++-common/goacc/routine-4-extern.c | 8 +- libgomp/ChangeLog.openacc | 75 ++++++++ libgomp/libgomp-plugin.h | 3 +- libgomp/libgomp.h | 2 +- libgomp/oacc-host.c | 6 +- libgomp/oacc-mem.c | 4 +- libgomp/oacc-parallel.c | 191 +++++++++++++++++---- libgomp/plugin/plugin-gcn.c | 43 +++-- libgomp/target.c | 104 +++++------ .../libgomp.oacc-c-c++-common/acc_prof-init-1.c | 5 +- .../acc_prof-parallel-1.c | 64 ++----- .../libgomp.oacc-c-c++-common/async_queue-1.c | 2 + .../libgomp.oacc-c-c++-common/asyncwait-nop-1.c | 2 + .../libgomp.oacc-c-c++-common/deep-copy-10.c | 18 +- .../function-not-offloaded.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-94.c | 4 +- .../libgomp.oacc-c-c++-common/loop-dim-default.c | 11 +- .../testsuite/libgomp.oacc-fortran/lib-16-2.f90 | 5 + 27 files changed, 434 insertions(+), 242 deletions(-)