This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from ebbf0d8ec30 Daily bump. new b874ece3ff9 c++: don't call 'rvalue' in coroutines code new e92b28f8062 coroutines: No cleanups on goto statements. new cb6101a4eea coroutines : Add a missed begin/finish else clause to the codegen. new b0be263236d coroutines: Use DECL_VALUE_EXPR instead of rewriting vars. new 4353b3b485f coroutines: Add a helper for creating local vars. new 7d05965175a coroutines: Support for debugging implementation state. new 4a9ca0d198e coroutines: Expose implementation state to the debugger. new 17e4e6e33d1 coroutines: Make proxy vars for the function arg copies. new a1ef1020c42 coroutines: Only set parm copy guard vars if we have except [...]
The 9 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 | 852 +++++++++------------ .../coro-bad-gro-00-class-gro-scalar-return.C | 2 +- gcc/testsuite/g++.dg/coroutines/pr102454.C | 38 + 3 files changed, 394 insertions(+), 498 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr102454.C