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 6ab4c875975 c-family: avoid compile-time-hog in c_genericize [PR108880] new d6419c18056 c++: variable template and targ deduction [PR108550]
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 | 6 ++++++ gcc/testsuite/g++.dg/cpp1y/var-templ70.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ71.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ72.C | 27 +++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ70.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ71.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ72.C