This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a1a9ce2441d Fix aarch64/109762: push_options/push_options does not work [...] new 7bfb1550cce c++: bound ttp in lambda function type [PR109651] new e4f1ea5d8b9 c++: parenthesized -> resolving to static data member [PR98283]
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/pt.cc | 38 +++++++++++++++++------- gcc/cp/semantics.cc | 2 +- gcc/testsuite/g++.dg/cpp1y/paren6.C | 14 +++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-generic-ttp1.C | 11 +++++++ gcc/testsuite/g++.dg/cpp2a/lambda-generic-ttp2.C | 13 ++++++++ 5 files changed, 67 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/paren6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic-ttp1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic-ttp2.C