Re: [PATCH] coroutines: Adjust outlined function names [PR95520].

2021-07-09 Thread Jason Merrill via Gcc-patches
On 7/9/21 2:18 PM, Iain Sandoe wrote: Hi, The mechanism used to date for uniquing the coroutine helper functions (actor, destroy) was over-complicating things and leading to the noted PR and also difficulties in setting breakpoints on these functions (so this will help PR99215 as well). The rev

[PATCH] coroutines: Adjust outlined function names [PR95520].

2021-07-09 Thread Iain Sandoe
Hi, The mechanism used to date for uniquing the coroutine helper functions (actor, destroy) was over-complicating things and leading to the noted PR and also difficulties in setting breakpoints on these functions (so this will help PR99215 as well). The revised mangling matches the form used by c