This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 34b51ea7184 Fix expected output for lm32 and bfin new eef4fa6968a c++: mark_used and ADL with template-id [PR100344] new 2a6fc19e655 c++: base-clause parsing and implicit 'this' [PR100362]
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/parser.c | 8 ++++++- gcc/cp/pt.c | 12 ++++++----- gcc/testsuite/g++.dg/cpp1y/lambda-generic-100362.C | 25 ++++++++++++++++++++++ gcc/testsuite/g++.dg/template/call8.C | 14 ++++++++++++ gcc/testsuite/g++.dg/template/koenig12a.C | 16 ++++++++++++++ 5 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-100362.C create mode 100644 gcc/testsuite/g++.dg/template/call8.C create mode 100644 gcc/testsuite/g++.dg/template/koenig12a.C