r275904 - in /branches/c++-coroutines: ChangeLo...
iains@gcc.gnu.org
iains@gcc.gnu.org
Wed Sep 18 19:26:00 GMT 2019
Author: iains
Date: Wed Sep 18 19:26:35 2019
New Revision: 275904
URL: https://gcc.gnu.org/viewcvs?rev=275904&root=gcc&view=rev
Log:
[coro] Remove unused yield logic labels.
We build a CFG in the front end with the 'special scope-exiting
return' hidden from the cleanups machinery. Once the CFG is re-
written, these labels are redundant - however, they can confuse
BB merges when EH labels are also present. Remove the unused
labels for now.
2019-09-18 Iain Sandoe <iain@sandoe.co.uk>
gcc/
* coroutine-passes.c (execute_early_expand_coro_ifns):
Remove redundant yield logic labels.
Modified:
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/gcc/coroutine-passes.c
More information about the Gcc-cvs
mailing list