This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1090262 PR middle-end/36757 new 02981e5 DR 1155 * pt.c (convert_nontype_argument): Allow internal l [...] new d919063 PR c++/66919 * g++.dg/cpp1y/auto-fn27.C: New. new 650b325 * print-tree.c (print_node): Handle TREE_BINFO.
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 | 4 +++ gcc/cp/ChangeLog | 6 ++++ gcc/cp/pt.c | 8 +++-- gcc/print-tree.c | 11 +++++++ gcc/testsuite/g++.dg/cpp0x/nontype1.C | 9 +++++ gcc/testsuite/g++.dg/cpp1y/auto-fn27.C | 42 ++++++++++++++++++++++++ gcc/testsuite/g++.old-deja/g++.oliva/template4.C | 2 +- 7 files changed, 78 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nontype1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn27.C