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 0f958a2add8 openmp: Retire nest-var ICV for OpenMP 5.1 new d9151eb580e openmp: Implement OpenMP 5.0 base-pointer attachement and c [...]
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-family/c-common.h | 1 + gcc/c-family/c-omp.c | 90 +++++++ gcc/c/c-parser.c | 10 +- gcc/c/c-typeck.c | 22 +- gcc/cp/parser.c | 9 + gcc/cp/semantics.c | 44 ++-- gcc/gimplify.c | 270 +++++++++++++++++---- gcc/omp-low.c | 90 ++++++- gcc/testsuite/c-c++-common/gomp/clauses-2.c | 20 +- gcc/testsuite/c-c++-common/gomp/map-5.c | 24 ++ gcc/testsuite/gfortran.dg/gomp/map-2.f90 | 2 +- libgomp/libgomp.h | 8 +- libgomp/oacc-mem.c | 9 +- libgomp/target.c | 36 ++- .../testsuite/libgomp.c-c++-common/ptr-attach-1.c | 82 +++++++ 15 files changed, 615 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/map-5.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/ptr-attach-1.c