This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e04376b3365 modula2: tidyup gcc/m2/gm2-compiler/M2GenGCC.mod remove unu [...] new f1e5bf0d83e c++: alias template argument conversion [PR112632]
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/cp-tree.h | 5 +++ gcc/cp/error.cc | 4 +- gcc/cp/pt.cc | 48 ++++++++++++++++-------- gcc/testsuite/g++.dg/cpp0x/alias-decl-nontype1.C | 9 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-narrowing1.C | 16 ++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class63.C | 24 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class63a.C | 24 ++++++++++++ 7 files changed, 114 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-nontype1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-narrowing1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class63.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class63a.C