This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from ce3f523f9cb c++, coroutines: Rework handling of throwing_cleanups [PR102051]. new 4042cecd624 c++, coroutines: Look through initial_await target exprs [P [...] new 805b9914846 c++/coros: do not assume coros don't nest [PR113457]
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/coroutines.cc | 27 ++-- gcc/testsuite/g++.dg/coroutines/pr110635.C | 72 +++++++++++ gcc/testsuite/g++.dg/coroutines/pr113457-1.C | 25 ++++ gcc/testsuite/g++.dg/coroutines/pr113457.C | 178 +++++++++++++++++++++++++++ 4 files changed, 295 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110635.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr113457-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr113457.C