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

iains@gcc.gnu.org iains@gcc.gnu.org
Fri Aug 2 14:05:00 GMT 2019


Author: iains
Date: Fri Aug  2 14:05:21 2019
New Revision: 274012

URL: https://gcc.gnu.org/viewcvs?rev=274012&root=gcc&view=rev
Log:
c++-coroutines - Check for a move CTOR before building a regular one.

This was missing from the parameter capture code.

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

	gcc/cp/
	* coroutines.cc (morph_fn_to_coro): Check for the availability of
	a move CTOR and use it if present.


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



More information about the Gcc-cvs mailing list