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 64ef9df72f0 Daily bump. new 98364636c19 c++, coroutines: Only allow void get_return_object if the r [...] new 1b3addb6fe0 c++, coroutines: Allow convertible get_return_on_allocation [...] new ce3f523f9cb c++, coroutines: Rework handling of throwing_cleanups [PR102051].
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 | 83 +++++++++------------- .../coro-bad-gro-01-void-gro-non-class-coro.C | 4 +- gcc/testsuite/g++.dg/coroutines/pr102051.C | 16 +++++ gcc/testsuite/g++.dg/coroutines/pr102489.C | 2 +- gcc/testsuite/g++.dg/coroutines/pr103868.C | 2 +- gcc/testsuite/g++.dg/coroutines/pr109682.C | 28 ++++++++ gcc/testsuite/g++.dg/coroutines/pr94879-folly-1.C | 3 +- gcc/testsuite/g++.dg/coroutines/pr94883-folly-2.C | 39 +++++----- gcc/testsuite/g++.dg/coroutines/pr96749-2.C | 2 +- 9 files changed, 104 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr102051.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr109682.C