This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 08ea48811e3 Daily bump. new 012a99d33ea PR c++/67054 - Inherited ctor with non-default-cons [...] new d1761935437 PR c++/81525 - wrong constant value with generic lambda
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 | 12 +++++++++++ gcc/cp/method.c | 2 +- gcc/cp/pt.c | 12 +++++++++++ gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C | 20 +++++++++++++++++++ 5 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C