This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from dbd77e660f5 Daily bump. new 5237059e04d c++: typeid and instantiation [PR102651] new 73b47159d78 c++: alias CTAD and member alias templates [PR104470] new 40f749b364b c++: array {}-init [PR105589]
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/init.cc | 7 +++--- gcc/cp/pt.cc | 27 ++++++++++++++++++---- gcc/cp/rtti.cc | 15 ++++++++---- gcc/testsuite/g++.dg/cpp0x/initlist-array16.C | 11 +++++++++ .../g++.dg/cpp2a/class-deduction-alias12.C | 23 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/explicit11.C | 2 +- gcc/testsuite/g++.dg/rtti/typeid-complete1.C | 14 +++++++++++ 8 files changed, 86 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array16.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias12.C create mode 100644 gcc/testsuite/g++.dg/rtti/typeid-complete1.C