This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 655df35 * cp-tree.h (instantiate_decl): Make defer_ok bool. * pt.c: [...] new 42c456a PR c++/67273 PR c++/79253 * pt.c: (instantiate_decl): Push [...]
The 1 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 | 17 +++++++++-------- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp1y/pr67273.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/pr79253.C | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 71 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr67273.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79253.C