This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 268e627 2016-10-21 Jerry DeLisle jvdelisle@gcc.gnu.org new bd30f08 * ptree.c (cxx_print_xnode) [TEMPLATE_PARM_INDEX]: Dump the decl. new f0474a4 PR c++/77656 * pt.c (convert_template_argument): Call conve [...]
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 | 13 +++++ gcc/cp/error.c | 4 ++ gcc/cp/mangle.c | 7 +-- gcc/cp/pt.c | 94 ++++++++++++++++++++----------- gcc/cp/ptree.c | 1 + gcc/testsuite/g++.dg/template/crash53.C | 2 +- gcc/testsuite/g++.dg/template/nontype28.C | 14 +++++ gcc/testsuite/g++.dg/template/nontype3.C | 2 +- 8 files changed, 99 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/nontype28.C