This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r268209 - in /branches/c++-coroutines: ChangeLo...


Author: iains
Date: Wed Jan 23 21:11:18 2019
New Revision: 268209

URL: https://gcc.gnu.org/viewcvs?rev=268209&root=gcc&view=rev
Log:
c++-coroutines - emit the actor (resume) and destroy functions.

Now we've built them - emit them.

2019-01-23  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc/cp/decl.c (emit_coro_helper): New.
	(finish_function): Emit the actor (resume) and destroy functions.


Modified:
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/gcc/cp/decl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]