This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6425ec24a49 Daily bump. new 84982f0e621 PR c++/88123 - lambda and using-directive.
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/ChangeLog | 9 ++ gcc/cp/decl.c | 2 + gcc/cp/name-lookup.c | 99 ++++++++++++++++++++++ gcc/cp/name-lookup.h | 3 + gcc/cp/tree.c | 2 + gcc/cp/typeck.c | 12 ++- gcc/testsuite/g++.dg/cpp1y/lambda-generic-using1.C | 29 +++++++ 7 files changed, 154 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-using1.C