This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 131ba6137bc c++: 'this' in lambda in noexcept-spec [PR121008] new d1c92ea10d3 c++: generic lambda in template arg [PR121012] new 2492bab503f c++: add passing testcases [PR120243]
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/parser.cc | 3 ++ .../coroutines/torture/pr120243-unhandled-1.C | 33 +++++++++++++++++++++ .../coroutines/torture/pr120243-unhandled-2.C | 34 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-targ17.C | 8 +++++ 4 files changed, 78 insertions(+) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ17.C