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 d9151eb580e openmp: Implement OpenMP 5.0 base-pointer attachement and c [...] new 83797c2d47a openmp: Implicitly add 'declare target' directives for dyna [...]
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/ChangeLog.omp | 19 +++++++++++++++++ gcc/cp/ChangeLog.omp | 14 ++++++++++++ gcc/cp/cp-lang.c | 32 ++++++++++++++++++++++++++++ gcc/cp/cp-tree.h | 4 ++++ gcc/cp/decl.c | 4 ++++ gcc/cp/decl2.c | 7 ++++++ gcc/langhooks-def.h | 8 ++++++- gcc/langhooks.c | 16 ++++++++++++++ gcc/langhooks.h | 10 +++++++++ gcc/omp-offload.c | 11 ++++++---- gcc/testsuite/ChangeLog.omp | 7 ++++++ gcc/testsuite/g++.dg/gomp/declare-target-3.C | 31 +++++++++++++++++++++++++++ 12 files changed, 158 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/declare-target-3.C