This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 66030d68a7e tree-optimization/101573 - improve uninit warning at -O0 new 599e275d7e0 Fix OpenACC 'async'/'wait' issues in 'libgomp.oacc-c-c++-co [...] new 29ddaf43f70 [OpenACC] Clarify sequencing of 'async' data copying vs. pr [...] new 88c40c36db8 Add 'libgomp.oacc-c-c++-common/async-data-1-{1,2}.c' new 9c41f5b9cdd Fix OpenACC "ephemeral" asynchronous host-to-device copies new d88a6951586 Don't use libgomp 'cbuf' buffering with OpenACC 'async'
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: libgomp/libgomp.h | 2 +- libgomp/oacc-mem.c | 4 +- libgomp/plugin/plugin-gcn.c | 23 +---- libgomp/target.c | 114 +++++++++++++++------ .../libgomp.oacc-c-c++-common/acc_prof-init-1.c | 49 ++++++--- .../acc_prof-parallel-1.c | 51 ++++++--- .../libgomp.oacc-c-c++-common/async-data-1-1.c | 88 ++++++++++++++++ .../libgomp.oacc-c-c++-common/async-data-1-2.c | 99 ++++++++++++++++++ .../testsuite/libgomp.oacc-c-c++-common/lib-94.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-95.c | 3 +- .../testsuite/libgomp.oacc-fortran/lib-16-2.f90 | 4 + libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90 | 4 + 12 files changed, 359 insertions(+), 86 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/async-data-1-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/async-data-1-2.c