This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04e88369a7d diagnostics: Fix spelling in comment new b16fd5fd8af coroutines: Fix cases where proxy variables are used [PR94879] new aa94a22f5cb coroutines: Fix handling of target cleanup exprs [PR94883]
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 | 15 ++++++ gcc/cp/coroutines.cc | 20 +++++-- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/coroutines/pr94879-folly-1.C | 49 +++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr94883-folly-2.C | 64 +++++++++++++++++++++++ 5 files changed, 155 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94879-folly-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94883-folly-2.C