This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8189838d823 c++: tidy auto deduction new 53e7252140c c++: lambda capture dependent type [PR82980] new 4259c229b45 c++: alias CTAD and member alias templates [PR104470] new e9d2adc17d0 c++: reorganize friend template matching [PR91618]
The 3 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/cp-tree.h | 1 + gcc/cp/decl.cc | 9 --- gcc/cp/decl2.cc | 9 +-- gcc/cp/friend.cc | 92 +++++++++++----------- gcc/cp/lambda.cc | 7 +- gcc/cp/pt.cc | 27 +++++-- .../g++.dg/cpp2a/class-deduction-alias12.C | 23 ++++++ gcc/testsuite/g++.dg/cpp2a/explicit11.C | 2 +- 8 files changed, 99 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias12.C