This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 26b07cf99bd x86: Update Intel processor detection new 52d73705889 Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c' new 96d8d068f3d [OpenACC 'exit data'] Simplify 'GOMP_MAP_STRUCT' handling new 27e985479e9 [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