This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c6ba5b PR c++/78898 - ICE on constructor with TTP new 23ea3d0 Feature-test macro for P0522R0, matching of template template [...] new ecd071e PR c++/78906 - ICE with member variable template new 27d5c20 2016-12-22 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org
The 3 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/ChangeLog | 5 +++++ gcc/c-family/ChangeLog | 6 ++++++ gcc/c-family/c-cppbuiltin.c | 2 ++ gcc/cp/ChangeLog | 3 +++ gcc/cp/pt.c | 1 + gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/cpp1y/var-templ54.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++ gcc/testsuite/gcc.dg/gimplefe-20.c | 20 ++++++++++++++++++++ gcc/tree-pretty-print.c | 28 ++++++++++++++++++++++------ 10 files changed, 82 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ54.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-20.c