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 5dbf5f9f4f8 c++, coroutines: Revise promise construction/destruction. new 694b942a179 c++/coro: prevent ICV_STATEMENT diagnostics in temp promoti [...] new 0ff545dbc2f c++: simplify handling implicit INDIRECT_REF and co_await i [...]
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 | 24 +++++- gcc/cp/cp-tree.h | 2 + gcc/cp/cvt.cc | 98 +++++++++++++----------- gcc/testsuite/g++.dg/coroutines/maybe-unused-1.C | 33 ++++++++ gcc/testsuite/g++.dg/coroutines/nodiscard-1.C | 77 +++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr116502.C | 33 ++++++++ 6 files changed, 220 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/maybe-unused-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/nodiscard-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116502.C