This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82e73c63404 Daily bump. new d4f6160a8ab PR c++/90098 - partial specialization and class non-type parms.
The 1 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/ChangeLog | 10 ++++++++++ gcc/cp/call.c | 5 +++++ gcc/cp/pt.c | 11 +++++++---- gcc/testsuite/g++.dg/cpp2a/nontype-class18.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class19.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class20.C | 13 +++++++++++++ 6 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class19.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class20.C