Re: [PATCH] c++, coroutines: Fix block nests when the function has no top-level bind.

2023-04-08 Thread Jason Merrill via Gcc-patches
On 4/6/23 02:27, Iain Sandoe wrote: I spotted this problem while trying to collate my WIP patches (sorry for not spotting it when the original patch was discussed). Although we do not yet have any regression filed against this (AFAIK), it's only a matter of time - so I'd suggest that we should a

[PATCH] c++, coroutines: Fix block nests when the function has no top-level bind.

2023-04-05 Thread Iain Sandoe via Gcc-patches
I spotted this problem while trying to collate my WIP patches (sorry for not spotting it when the original patch was discussed). Although we do not yet have any regression filed against this (AFAIK), it's only a matter of time - so I'd suggest that we should apply to 13. Tested on x86_64-darwin2