This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5726da6bdcd Daily bump. new b9c91b7f327 coroutines: Fix handling of non-class coroutine returns [PR94759]
The 1 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 | 9 ++ gcc/cp/coroutines.cc | 104 ++++++++++----------- gcc/testsuite/ChangeLog | 13 ++- .../coroutines/coro-bad-alloc-00-bad-op-new.C | 2 +- .../coroutines/coro-bad-alloc-01-bad-op-del.C | 2 +- .../coroutines/coro-bad-alloc-02-no-op-new-nt.C | 2 +- .../g++.dg/coroutines/coro-missing-promise.C | 2 - .../g++.dg/coroutines/pr93458-5-bad-coro-type.C | 4 +- .../coroutines/torture/co-ret-17-void-ret-coro.C | 57 +++++++++++ libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/include/std/coroutine | 15 ++- 11 files changed, 151 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-ret-17-void-ret-coro.C