This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ed819846173 coroutines : Avoid generating empty statements [PR96749]. new 26e0eb1071e coroutines : Handle for await expressions in for stmts [PR98480]. new 020b286c769 coroutines : Handle rethrow from unhandled_exception [PR98704].
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 | 201 ++++++++++++++++++--- gcc/testsuite/g++.dg/coroutines/pr98480.C | 20 ++ .../coroutines/torture/co-await-24-for-init.C | 101 +++++++++++ .../coroutines/torture/co-await-25-for-condition.C | 94 ++++++++++ .../torture/co-await-26-for-iteration-expr.C | 87 +++++++++ gcc/testsuite/g++.dg/coroutines/torture/pr98704.C | 91 ++++++++++ 6 files changed, 573 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr98480.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-await-24-for-init.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-await-25-for-condition.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-await-26-for-iterati [...] create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr98704.C