This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df2f15bbe0c PR libstdc++/79162 Fix std::string regression due to LWG 2946 new 27a0cfeab1c * g++.dg/cpp1z/cplusplus.C: Test that __cplusplus is equal [...] new e6b5fa173fe P0409R2 - allow lambda capture [=, this] * parser.c (cp_p [...]
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 | 6 ++++++ gcc/cp/parser.c | 3 ++- gcc/testsuite/ChangeLog | 11 +++++++++++ .../g++.dg/cpp0x/lambda/lambda-capture-redundancy.C | 2 +- gcc/testsuite/g++.dg/cpp1z/cplusplus.C | 4 ++-- gcc/testsuite/g++.dg/cpp1z/cplusplus_1z.C | 6 ++++++ gcc/testsuite/g++.dg/cpp1z/lambda-this1.C | 20 +++++++++++++++++++- 7 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/cplusplus_1z.C