This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b6fde48ec37 C: underline parameters in mismatching function calls new 629de8b3f41 PR c++/81525 - broken handling of auto in generic lambda.
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 | 5 +++++ gcc/cp/pt.c | 23 +++++++++++++--------- gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C | 19 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C | 4 ++-- ...a-generic-const4.C => lambda-generic-const4a.C} | 6 +++--- 5 files changed, 43 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C copy gcc/testsuite/g++.dg/cpp1y/{lambda-generic-const4.C => lambda-generic-const4a [...]