This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f759fa9f4d i386: Refactor V2DI arithmetic right shift expansion for STV. new 352c21c8a22 c++: zero-init and class nttp [PR94568] new 4add6cd341a c++: alias and non-type template parm [PR116223] new b2a8ee0e5d8 c++: more non-type template parms [PR116223]
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/init.cc | 3 +++ gcc/cp/pt.cc | 10 +++++++++- gcc/testsuite/g++.dg/cpp1z/nontype-auto25.C | 18 +++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/nontype-auto26.C | 29 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class36.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nontype-class37.C | 2 +- 6 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto25.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto26.C