Re: [PATCH] coroutines: Amend parameter handling to match n4849.

2020-02-26 Thread JunMa
在 2020/2/26 下午9:43, Iain Sandoe 写道: This is the second in the series to bring the GCC implementation into line with the current standard. @JunMa I believe that this should solve the problems you were looking at in “[PATCH Coroutines] Fix issue with unused corutine function parameters” and

Re: [PATCH] coroutines: Amend parameter handling to match n4849.

2020-02-26 Thread Nathan Sidwell
On 2/26/20 8:43 AM, Iain Sandoe wrote: This is the second in the series to bring the GCC implementation into line with the current standard. 2020-02-26 Iain Sandoe * coroutines.cc (struct param_info): Keep track of params that are references, and cache the original type an

[PATCH] coroutines: Amend parameter handling to match n4849.

2020-02-26 Thread Iain Sandoe
This is the second in the series to bring the GCC implementation into line with the current standard. @JunMa I believe that this should solve the problems you were looking at in “[PATCH Coroutines] Fix issue with unused corutine function parameters” and supercedes that patch (since we needed