This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-8-branch in repository gcc.
from 97f14d735b0 [og8] Add tests for Fortran optional arguments in OpenACC 2.6 new 20b1d4ddde1 [og8] Attach/detach array slices on dereferenced struct members
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: gcc/ChangeLog.openacc | 5 ++ gcc/c/ChangeLog.openacc | 5 ++ gcc/c/c-typeck.c | 22 ++++-- gcc/cp/ChangeLog.openacc | 7 ++ gcc/cp/semantics.c | 6 +- gcc/gimplify.c | 79 +++++++++++++++++++- gcc/testsuite/ChangeLog.openacc | 4 ++ .../c-c++-common/goacc/deep-copy-arrayofstruct.c | 84 ++++++++++++++++++++++ libgomp/ChangeLog.openacc | 9 +++ libgomp/testsuite/libgomp.oacc-c++/deep-copy-12.C | 72 +++++++++++++++++++ libgomp/testsuite/libgomp.oacc-c++/deep-copy-13.C | 72 +++++++++++++++++++ .../libgomp.oacc-c-c++-common/deep-copy-10.c | 53 ++++++++++++++ .../libgomp.oacc-c-c++-common/deep-copy-11.c | 72 +++++++++++++++++++ .../libgomp.oacc-c-c++-common/deep-copy-14.c | 63 ++++++++++++++++ .../libgomp.oacc-c-c++-common/deep-copy-9.c | 53 ++++++++++++++ 15 files changed, 600 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/deep-copy-arrayofstruct.c create mode 100644 libgomp/testsuite/libgomp.oacc-c++/deep-copy-12.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/deep-copy-13.C create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-10.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-11.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-14.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-9.c