This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a7d0ed8 PR c++/71227 - specializing hidden friend new 4a2d1b3 PR c++/60095 - partial specialization of variable templates new 074f7a3 * pt.c (instantiate_decl): Avoid recalculation.
The 2 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 | 11 +++++ gcc/cp/pt.c | 78 ++++++++++++------------------- gcc/testsuite/g++.dg/cpp1y/var-templ39.C | 2 +- gcc/testsuite/g++.dg/cpp1y/var-templ39a.C | 27 +++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ51.C | 11 +++++ gcc/testsuite/g++.dg/cpp1y/var-templ52.C | 14 ++++++ 6 files changed, 93 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ39a.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ51.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ52.C