This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a1f0f64160 coroutines: Implement n4849 changes to exception handling. new 6d85947d23a coroutines: Implement n4849 recommended symmetric transfer.
The 1 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/ChangeLog | 22 +++ gcc/cp/coroutines.cc | 220 +++++++++------------ gcc/testsuite/ChangeLog | 7 + .../coroutines/torture/co-ret-09-bool-await-susp.C | 44 +++-- .../torture/symmetric-transfer-00-basic.C | 110 +++++++++++ 5 files changed, 259 insertions(+), 144 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/symmetric-transfer-00-basic.C