This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 4b96f9243a9 Backport from mainline 2017-05-18 Sheldon Lobo <sheldon [...] new 6a1e2082a20 PR c++/80294 - ICE with constexpr and inheritance. new 7f0109996d7 PR c++/80267 - ICE with nested capture of reference
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/constexpr.c | 13 ++++++++----- gcc/cp/pt.c | 2 +- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested6.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-empty3.C | 14 ++++++++++++++ 5 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested6.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-empty3.C