This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0bdd2261c25 Don't use PHI equivalences in range-on-entry. new 49b6b7ac331 c++: NTTP object wrapper substitution fixes [PR103346, ...]
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/pt.cc | 74 ++++++++++++++------------- gcc/testsuite/g++.dg/cpp2a/nontype-class52a.C | 15 ++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class53.C | 25 +++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class54.C | 23 +++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class55.C | 15 ++++++ 5 files changed, 117 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class52a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class53.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class54.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class55.C