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

iains@gcc.gnu.org iains@gcc.gnu.org
Sat Aug 17 16:35:00 GMT 2019


Author: iains
Date: Sat Aug 17 16:35:04 2019
New Revision: 274607

URL: https://gcc.gnu.org/viewcvs?rev=274607&root=gcc&view=rev
Log:
c++-coroutines -  Remove unused lowering.

We had the possibility to lower the control flow after a CO_YIELD
using either a switch or nested if statements.  Settle on the former
for now.

2019-08-17  Iain Sandoe  <iain@sandoe.co.uk>

	gcc/cp/
	* coroutines.cc (co_await_expander): Remove unused lowering.


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



More information about the Gcc-cvs mailing list