This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b49d50a274 nvptx: Use cvt to perform sign-extension of truncation new 6c0399378e7 OpenMP 5.0: Remove array section base-pointer mapping seman [...]
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 | 54 ++++- gcc/c/c-typeck.c | 87 ++++++-- gcc/cp/parser.c | 54 ++++- gcc/cp/semantics.c | 144 +++++++++++--- gcc/fortran/trans-openmp.c | 3 + gcc/gimplify.c | 220 +++++++++++++++++---- .../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 | 109 ++++++++-- 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, 752 insertions(+), 156 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