This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 86f1f5d13ac PR c/84999 * c-typeck.c (build_binary_op): If c_common_ty [...] new 70a32e4934c [PR c++/84610,84642] recover from implicit template parms g [...] new b8eecce832c [PR c++/71965] silence multi-dim array init sorry without tf_error
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 | 14 ++++++++++++ gcc/cp/init.c | 19 +++++++++++------ gcc/cp/parser.c | 38 +++++++++++++++++++++++++++++++-- gcc/testsuite/ChangeLog | 10 +++++++++ gcc/testsuite/g++.dg/concepts/pr71965.C | 27 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/pr84610.C | 3 +++ gcc/testsuite/g++.dg/cpp0x/pr84642.C | 3 +++ 7 files changed, 105 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr71965.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84610.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84642.C