This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b54a722636 coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS se [...] new 8009c79b64b coroutines: Fix ICE with an invalid await_suspend type [PR100673]. new 650beb11053 coroutines: Await expressions are not allowed in handlers [ [...]
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 | 20 ++++++++++++++++++-- gcc/testsuite/g++.dg/coroutines/pr100673.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99710.C | 25 +++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr100673.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99710.C