This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 09cac2a8336 c++: Add co_await, co_yield and co_return to dump_expr. new 0ae77a05c41 c++: Emit an error for attempted constexpr co_await [PR118903]. new 7037c72a8bb c++, coroutines: Some cleanups in build_actor.
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/constexpr.cc | 3 ++ gcc/cp/coroutines.cc | 58 +++++++++++------------------- gcc/testsuite/g++.dg/coroutines/pr118903.C | 40 +++++++++++++++++++++ 3 files changed, 64 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr118903.C