This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 592c75f5f2f Daily bump. new 6bc4823dc42 coroutines: init struct members to NULL new 7453ce37502 coroutines: Fix a typo in rewriting the function. new ddef3142151 coroutines: Factor code. Match original source location in [...] new bf455aa06f9 coroutines: Adjust outlined function names [PR95520].
The 4 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 | 122 +++++++++++++++++++++++------- gcc/cp/cp-tree.h | 22 ++++++ gcc/cp/mangle.c | 19 ++++- gcc/testsuite/g++.dg/coroutines/pr95520.C | 29 +++++++ 4 files changed, 161 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95520.C