This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 037c97e1143 [MAINTAINERS]: Add myself as MVE Reviewer for the AArch32 ( [...] new 05e4f07cad1 c++/coro: prevent ICV_STATEMENT diagnostics in temp promoti [...] new de03ef6337b c++: simplify handling implicit INDIRECT_REF and co_await i [...] new d888a8a8dcf c++/coro: ignore cleanup_point_exprs while expanding awaits [...]
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 | 20 +++-- gcc/cp/cp-tree.h | 2 +- gcc/cp/cvt.cc | 102 ++++++++++++----------- 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 ++++++++ gcc/testsuite/g++.dg/coroutines/pr116793-1.C | 26 ++++++ 7 files changed, 236 insertions(+), 57 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 create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116793-1.C