This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 13fb52fdc73 2019-02-06 Richard Biener rguenther@suse.de new de19535acb6 PR c++/89158 - by-value capture of constexpr variable brok [...] new 72b6d97cacf PR c++/88983 - ICE with switch in constexpr function. * c [...]
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 | 17 ++++++ gcc/cp/call.c | 4 +- gcc/cp/constexpr.c | 19 ++++++- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C | 11 ++++ gcc/testsuite/g++.dg/cpp1y/constexpr-88983.C | 71 ++++++++++++++++++++++++ 5 files changed, 118 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-88983.C