This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 859a0fc libgo: Update from Go 1.5 to Go 1.5.1. new b48fbce Make some functions static. new e96d4c0 * pt.c (hash_tmpl_and_args): Use iterative_hash_object on te [...] new 6cc56b6 Improve deduction failure diagnostics. new 2d8d33b Streamline for_each_template_parm. new 433fc17 Implement multiple 'auto' feature from Concepts TS.
The 5 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 | 33 +++ gcc/cp/constraint.cc | 83 ++++++++ gcc/cp/cp-tree.h | 5 +- gcc/cp/cxx-pretty-print.c | 20 ++ gcc/cp/cxx-pretty-print.h | 1 + gcc/cp/error.c | 4 +- gcc/cp/parser.c | 34 ++-- gcc/cp/pt.c | 267 ++++++++++++++++++------- gcc/cp/typeck.c | 4 + gcc/testsuite/g++.dg/concepts/auto1.C | 27 +++ gcc/testsuite/g++.old-deja/g++.pt/explicit77.C | 2 +- 11 files changed, 379 insertions(+), 101 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/auto1.C