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 4e714eaad98 Fix template case of non-static member access inside member [...] new 2ed802635ec Lambda capturing of pointers and references in target directives
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/cp/cp-tree.h | 2 +- gcc/cp/lambda.c | 3 - gcc/cp/parser.c | 2 - gcc/cp/pt.c | 5 + gcc/cp/semantics.c | 494 ++++++++++++++++-------- gcc/testsuite/g++.dg/gomp/target-lambda-1.C | 94 +++++ libgomp/testsuite/libgomp.c++/target-lambda-1.C | 86 +++++ 7 files changed, 518 insertions(+), 168 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/target-lambda-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-lambda-1.C