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

iains@gcc.gnu.org iains@gcc.gnu.org
Wed Jan 23 20:26:00 GMT 2019


Author: iains
Date: Wed Jan 23 20:26:49 2019
New Revision: 268201

URL: https://gcc.gnu.org/viewcvs?rev=268201&root=gcc&view=rev
Log:
c++-coroutines - make ramp function use malloc for now.

The CO_FRAME call is commented out in the code for now.

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

	* gcc/cp/coroutines.cc (morph_fn_to_coro): Use malloc in the ramp
	to generate the coro frame for now.  Make the ramp function check
	for NULL return and bail early if so.


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



More information about the Gcc-cvs mailing list