This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88ef1a14bb4 Fix thinko in latest change for GNAT encodings new a6b3db3e862 c++: ignore explicit dguides during NTTP CTAD [PR101883] new be4a4fb5166 c++: aggregate CTAD and brace elision [PR101344]
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/cp-tree.h | 6 +++++ gcc/cp/decl.c | 18 +++++++++++--- gcc/cp/pt.c | 10 +++----- .../g++.dg/cpp2a/class-deduction-aggr11.C | 29 ++++++++++++++++++++++ .../g++.dg/cpp2a/class-deduction-aggr12.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class49.C | 8 ++++++ 6 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr12.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class49.C