Re: [PATCH v2] coroutines: Implement n4849 changes to exception handling.

2020-03-26 Thread Nathan Sidwell
On 3/25/20 3:46 PM, Iain Sandoe wrote: Hi, Iain Sandoe wrote: This is the first of two remaining changes needed to bring the GCC implementation into line with the standard draft at n4849. Here is a revised version with the “initial await resume called” variable renamed to be more consistent

[PATCH v2] coroutines: Implement n4849 changes to exception handling.

2020-03-25 Thread Iain Sandoe
Hi, Iain Sandoe wrote: > This is the first of two remaining changes needed to bring the GCC > implementation into line with the standard draft at n4849. Here is a revised version with the “initial await resume called” variable renamed to be more consistent, as we discussed off-list. OK for mas