This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36c20fee22d libstdc++: use maintained size when split pb_ds binary sear [...] new e06555a40c0 c++, coroutines: Address CWG2563 return value init [PR119916]. new e71a6e002c6 c++, coroutines: Use decltype(auto) for the g_r_o. new 18df4a10bc9 c++, coroutines: Clean up the ramp cleanups.
The 3 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 | 315 +++++++-------------- gcc/testsuite/g++.dg/coroutines/pr115908.C | 86 ++++-- gcc/testsuite/g++.dg/coroutines/torture/pr119916.C | 66 +++++ .../special-termination-00-sync-completion.C | 2 +- .../torture/special-termination-01-self-destruct.C | 2 +- 5 files changed, 232 insertions(+), 239 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr119916.C