This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5905cbdbcf6 d: Merge upstream dmd 56f0a65c4. new 9643f5bbe23 Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c' new 1809628fcff [OpenACC 'exit data'] Simplify 'GOMP_MAP_STRUCT' handling new 1afc4672561 [OpenACC 'exit data'] Strip 'GOMP_MAP_STRUCT' mappings
The 3 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/gimplify.c | 3 +- .../c-c++-common/goacc/struct-enter-exit-data-1.c | 27 +++++++ libgomp/oacc-mem.c | 84 ++-------------------- .../libgomp.oacc-c-c++-common/struct-copyout-1.c | 38 ++++++++++ .../libgomp.oacc-c-c++-common/struct-copyout-2.c | 44 ++++++++++++ 5 files changed, 115 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/struct-enter-exit-data-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/struct-copyout-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/struct-copyout-2.c