This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44ab1cc1df6 arm: force use of r4 for __gnu_cmse_nonsecure_call when !FP [...] new 5051c121737 aarch64 : Mark rotate immediates with '#' as per DDI0487iFc. new 7005a50d012 coroutines : Remove throwing_cleanup marks from the ramp [P [...] new b8ff3f8efed coroutines : Call promise CTOR with parm copies [PR97587].
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/config/aarch64/aarch64.md | 4 +-- gcc/cp/coroutines.cc | 36 +++++++++++++++++----- .../g++.dg/coroutines/coro1-refs-and-ctors.h | 7 +++-- .../g++.dg/coroutines/{pr95823.C => pr95822.C} | 13 ++++---- gcc/testsuite/g++.dg/coroutines/pr97587.C | 32 +++++++++++++++++++ 5 files changed, 73 insertions(+), 19 deletions(-) copy gcc/testsuite/g++.dg/coroutines/{pr95823.C => pr95822.C} (79%) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr97587.C