This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from b4da8ee3e61 c++, coroutines: CWG2563 promise lifetime extension [PR115908]. new 823d5948aa2 c++: add passing testcases [PR120243] new f67c851f03c c++, coroutines: Handle allocation fail returns [PR121219]. new c677121d384 Darwin: account for macOS 26
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/config/darwin-driver.cc | 22 +-- gcc/cp/coroutines.cc | 39 ++++-- .../coroutines/torture/pr120243-unhandled-1.C | 33 +++++ .../coroutines/torture/pr120243-unhandled-2.C | 34 +++++ gcc/testsuite/g++.dg/coroutines/torture/pr121219.C | 149 +++++++++++++++++++++ gcc/testsuite/gcc.dg/darwin-minversion-link.c | 1 + 6 files changed, 254 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-2.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr121219.C