This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 21e28527130 Fix previous commit. new 37244b217a7 c++: Fix constexpr evaluation of self-modifying CONSTRUCTOR [...] new 49a86fce1a8 c++: Refrain from using replace_placeholders in constexpr e [...]
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 | 31 +++ gcc/cp/constexpr.c | 275 +++++++++++++-------- gcc/testsuite/ChangeLog | 14 ++ .../{constexpr-nsdmi2.C => constexpr-nsdmi3.C} | 5 +- .../g++.dg/cpp1y/{pr94066.C => constexpr-nsdmi4.C} | 11 +- .../cpp1y/{pr94066-2.C => constexpr-nsdmi5.C} | 13 +- gcc/testsuite/g++.dg/cpp1y/pr79937-5.C | 42 ++++ gcc/testsuite/g++.dg/cpp1z/lambda-this5.C | 11 + gcc/testsuite/g++.dg/cpp1z/lambda-this6.C | 12 + 9 files changed, 297 insertions(+), 117 deletions(-) copy gcc/testsuite/g++.dg/cpp1y/{constexpr-nsdmi2.C => constexpr-nsdmi3.C} (70%) copy gcc/testsuite/g++.dg/cpp1y/{pr94066.C => constexpr-nsdmi4.C} (62%) copy gcc/testsuite/g++.dg/cpp1y/{pr94066-2.C => constexpr-nsdmi5.C} (55%) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79937-5.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this5.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this6.C