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 647f3c4a3a2 Daily bump. new 135c679c349 coroutines: Implicitly movable objects should use move CTOR [...] new af216f79955 x86: Handle -mavx512vpopcntdq for -march=native
The 2 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/ChangeLog | 6 ++ gcc/config/i386/driver-i386.c | 9 +- gcc/cp/ChangeLog | 8 ++ gcc/cp/coroutines.cc | 108 ++++++++++++++------- gcc/testsuite/ChangeLog | 7 ++ .../coroutines/co-return-syntax-10-movable.C | 67 +++++++++++++ 6 files changed, 168 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/co-return-syntax-10-movable.C