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

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


Author: iains
Date: Sat Aug 10 16:00:47 2019
New Revision: 274255

URL: https://gcc.gnu.org/viewcvs?rev=274255&root=gcc&view=rev
Log:
c++-coroutines - Drop locals once we've initialised the frame copy.

We don't need to keep these around now, they should be unused.

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

	gcc/cp/
	* coroutines.cc (transform_local_var_uses): Remove dead instances
	of local variables copied to the frame.


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



More information about the Gcc-cvs mailing list