This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from c51cc3b96f0 Fix up 'c-c++-common/goacc/firstprivate-mappings-1.c' for C [...] new 8f12b6e9e51 Remove array section base-pointer mapping semantics, and ot [...]
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/c/c-parser.c | 56 +++++- gcc/c/c-typeck.c | 102 ++++++++-- gcc/cp/parser.c | 60 +++++- gcc/cp/semantics.c | 157 +++++++++++++--- gcc/fortran/trans-openmp.c | 3 + gcc/gimplify.c | 209 ++++++++++++++++++--- .../c-c++-common/goacc/deep-copy-arrayofstruct.c | 5 +- .../c-c++-common/gomp/target-enter-data-1.c | 24 +++ .../c-c++-common/gomp/target-implicit-map-2.c | 52 +++++ libgomp/target.c | 107 +++++++++-- libgomp/testsuite/libgomp.c++/target-11.C | 14 +- libgomp/testsuite/libgomp.c++/target-12.C | 2 +- libgomp/testsuite/libgomp.c++/target-15.C | 20 +- libgomp/testsuite/libgomp.c++/target-16.C | 20 +- libgomp/testsuite/libgomp.c++/target-17.C | 20 +- libgomp/testsuite/libgomp.c++/target-21.C | 8 +- libgomp/testsuite/libgomp.c++/target-23.C | 4 +- .../libgomp.c-c++-common/target-implicit-map-2.c | 46 +++++ libgomp/testsuite/libgomp.c/target-23.c | 2 +- libgomp/testsuite/libgomp.c/target-29.c | 20 +- 20 files changed, 766 insertions(+), 165 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/target-enter-data-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/target-implicit-map-2.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-implicit-map-2.c