This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 141db77d360 * cp-tree.h: Adjust comment. new 6e6ee7a0d84 [PR c++/84426] ICE after conflicting member decl new 5876201b64c PR c++/71546 - lambda init-capture with qualified-id.
The 2 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 | 21 ++++++++++++ gcc/cp/class.c | 20 ++++++----- gcc/cp/name-lookup.c | 54 ++++++++++++++++-------------- gcc/cp/name-lookup.h | 3 +- gcc/cp/parser.c | 6 ++++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/cpp1y/lambda-init17.C | 10 ++++++ gcc/testsuite/g++.dg/lookup/pr84426.C | 9 +++++ 8 files changed, 93 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-init17.C create mode 100644 gcc/testsuite/g++.dg/lookup/pr84426.C