r273873 - in /branches/c++-coroutines: ChangeLo...
iains@gcc.gnu.org
iains@gcc.gnu.org
Mon Jul 29 09:34:00 GMT 2019
Author: iains
Date: Mon Jul 29 09:34:53 2019
New Revision: 273873
URL: https://gcc.gnu.org/viewcvs?rev=273873&root=gcc&view=rev
Log:
c++-coroutines - Comment out an unused parameter.
The do_subtree param is no longer used in the co_await expander callback,
so comment it out to avoid boostrap errors.
2019-07-29 Iain Sandoe <iain@sandoe.co.uk>
* coroutines.cc (co_await_expander): Comment unused param.
Modified:
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/gcc/cp/coroutines.cc
More information about the Gcc-cvs
mailing list