Re: [C++ coroutines 2/6] Define builtins and internal functions.

2019-11-17 Thread Jeff Law
On 11/17/19 3:24 AM, Iain Sandoe wrote: > > This part of the patch series provides the builtin functions > used by the standard library code and the internal functions > used to implement lowering of the coroutine state machine. > > gcc/ChangeLog: > > 2019-11-17 Iain Sandoe > > * built

[C++ coroutines 2/6] Define builtins and internal functions.

2019-11-17 Thread Iain Sandoe
This part of the patch series provides the builtin functions used by the standard library code and the internal functions used to implement lowering of the coroutine state machine. gcc/ChangeLog: 2019-11-17 Iain Sandoe * builtin-types.def (BT_FN_BOOL_PTR): New. (BT_FN_PTR_PT