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 f2060ae92f2 i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peeph [...] new 383295aaada Darwin, X86: Adjust call clobbers to allow for lazy-binding [...] new 76f694de991 coroutines: Fix a typo in rewriting the function. new feef2e414d4 coroutines: Factor code. Match original source location in [...] new 3a93c67f218 coroutines: Adjust outlined function names [PR95520]. new 5dd3fe90a5c X86: Provide a CTOR for stringop_algs [PR100246].
The 5 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/i386/i386-expand.c | 16 +++- gcc/config/i386/i386.h | 9 +++ gcc/cp/coroutines.cc | 120 +++++++++++++++++++++++------- gcc/cp/cp-tree.h | 22 ++++++ gcc/cp/mangle.c | 19 ++++- gcc/testsuite/g++.dg/coroutines/pr95520.C | 29 ++++++++ 6 files changed, 184 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95520.C