This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b4b27a0f57 Daily bump. new cf7feae517d c++: clean up cp_identifier_kind checks new 70da0ca1239 c++: DECL_UNINSTANTIATED_TEMPLATE_FRIEND_P tweaks new 8cc67b52096 c++: inherited CTAD fixes [PR116276]
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/call.cc | 27 +++++++++++- gcc/cp/cp-tree.h | 49 ++++++++++++---------- gcc/cp/parser.cc | 3 +- gcc/cp/pt.cc | 49 ++++++++++++++++------ .../g++.dg/cpp23/class-deduction-inherited4.C | 4 +- .../g++.dg/cpp23/class-deduction-inherited5.C | 25 +++++++++++ .../g++.dg/cpp23/class-deduction-inherited6.C | 46 ++++++++++++++++++++ 7 files changed, 164 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited5.C create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited6.C