r267642 - in /branches/c++-coroutines: ChangeLo...
iains@gcc.gnu.org
iains@gcc.gnu.org
Mon Jan 7 10:22:00 GMT 2019
Author: iains
Date: Mon Jan 7 10:22:39 2019
New Revision: 267642
URL: https://gcc.gnu.org/viewcvs?rev=267642&root=gcc&view=rev
Log:
c++-coroutines - Add a dummy expander for the coroutine IFNs.
This prints that the IFN was seen, and then removes it from the BB.
Allows us to progress by soft-failing rather than ICEing on the stuff
still to be done.
2019-01-07 Iain Sandoe <iain@sandoe.co.uk>
* gcc/coroutine-passes.c (execute_expand_coro_ifns): New.
(pass_coroutine_expand_ifns): Update comments. (execute): Call the
dummy implementation.
Modified:
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/gcc/coroutine-passes.c
More information about the Gcc-cvs
mailing list