This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5decc83e4e libgo: update to final Go1.14 release new dc192bbdd04 coroutines: Amend parameter handling to match n4849.
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 | 15 + gcc/cp/class.c | 13 + gcc/cp/coroutines.cc | 311 ++++++++++++--------- gcc/cp/cp-tree.h | 1 + gcc/testsuite/ChangeLog | 6 + ...-ret-int-yield-int.h => coro1-refs-and-ctors.h} | 140 +++++----- .../g++.dg/coroutines/torture/func-params-07.C | 81 ++++++ .../g++.dg/coroutines/torture/func-params-08.C | 112 ++++++++ 8 files changed, 481 insertions(+), 198 deletions(-) copy gcc/testsuite/g++.dg/coroutines/{coro1-ret-int-yield-int.h => coro1-refs-and- [...] create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/func-params-07.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/func-params-08.C