This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cb8f25c5dc9 reassoc: Handle OFFSET_TYPE like POINTER_TYPE in optimize_r [...] new 303976a6076 c++: Implement C++23 P1169R4 - static operator() [PR106651]
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/c-family/c-cppbuiltin.cc | 1 + gcc/cp/call.cc | 25 ++++-- gcc/cp/cp-tree.h | 5 ++ gcc/cp/decl.cc | 19 ++++- gcc/cp/error.cc | 8 +- gcc/cp/lambda.cc | 89 +++++++++++++++++----- gcc/cp/parser.cc | 36 +++++++-- gcc/testsuite/g++.dg/cpp1z/constexpr-lambda13.C | 2 +- gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C | 6 ++ gcc/testsuite/g++.dg/cpp23/static-operator-call1.C | 41 ++++++++++ gcc/testsuite/g++.dg/cpp23/static-operator-call2.C | 22 ++++++ gcc/testsuite/g++.dg/cpp23/static-operator-call3.C | 10 +++ gcc/testsuite/g++.dg/template/error30.C | 2 +- gcc/testsuite/g++.old-deja/g++.jason/operator.C | 2 +- 14 files changed, 235 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/static-operator-call1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/static-operator-call2.C create mode 100644 gcc/testsuite/g++.dg/cpp23/static-operator-call3.C