This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 74cfbedd24c coros: mark .CO_YIELD as LEAF [PR106973] new eb600ecb6af c++, coroutines: Fix handling of bool await_suspend() [PR115905]. new 5dbf5f9f4f8 c++, coroutines: Revise promise construction/destruction.
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 | 250 +++++++++++---------- gcc/testsuite/g++.dg/coroutines/torture/pr115905.C | 64 ++++++ 2 files changed, 193 insertions(+), 121 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr115905.C