This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eac8f1c4381 PR c++/83958 * decl.c (cp_finish_decomp): Diagnose if ref [...] new e3485e687ca PR c++/82882 PR c++/83978 * g++.dg/cpp0x/pr82882.C: New [...] new 0ecceb4d4c5 [PR c++/839888] Baselink tsubst ICE
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 | 6 ++++++ gcc/cp/pt.c | 7 ++----- gcc/cp/ptree.c | 1 + gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/pr82882.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/pr83978.C | 6 ++++++ gcc/testsuite/g++.dg/template/pr83988.C | 16 ++++++++++++++++ 7 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr82882.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83978.C create mode 100644 gcc/testsuite/g++.dg/template/pr83988.C