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

iains@gcc.gnu.org iains@gcc.gnu.org
Thu Nov 14 20:14:00 GMT 2019


Author: iains
Date: Thu Nov 14 20:14:39 2019
New Revision: 278264

URL: https://gcc.gnu.org/viewcvs?rev=278264&root=gcc&view=rev
Log:
c++-coroutines - Ideally, we'd like to gate the coroutine passes specifically.

The intent is to run the coroutine ME passes only when the function is a
coroutine.  Mark the outlined components as coroutine too.

2019-11-14  Iain Sandoe  <iain@sandoe.co.uk>

	gcc/cp/
	* coroutines.cc (build_actor_fn): Mark as coroutine.
	(build_destroy_fn): Likewise.


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



More information about the Gcc-cvs mailing list