This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ff7a5154460 c/99275 - fix missing space in diagnostic new 27f9a87886d c++: Fix operator() lookup in lambdas [PR95451] new 0f161cc8494 c++: Implement P1102R2 - Down with ()!
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/lambda.c | 3 +- gcc/cp/parser.c | 110 +++++++++++++++------- gcc/testsuite/g++.dg/cpp1y/lambda-generic-95451.C | 35 +++++++ gcc/testsuite/g++.dg/cpp23/lambda-specifiers1.C | 18 ++++ 4 files changed, 130 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-95451.C create mode 100644 gcc/testsuite/g++.dg/cpp23/lambda-specifiers1.C