This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c4eb817 2017-01-18 Aaron Sawdey acsawdey@linux.vnet.ibm.com * co [...] new 4e2cb1d PR c++/68666 - member variable template-id new fbe9724 Implement LANG_HOOKS_TYPE_FOR_SIZE for jit
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 | 8 +++++ gcc/cp/cp-tree.h | 1 + gcc/cp/pt.c | 2 +- gcc/cp/typeck.c | 5 ++- gcc/jit/ChangeLog | 5 +++ gcc/jit/dummy-frontend.c | 49 +++++++++++++++++++++++++++--- gcc/testsuite/g++.dg/concepts/var-templ3.C | 12 ++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ55.C | 12 ++++++++ 8 files changed, 88 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/var-templ3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ55.C