Re: [PATCH] middle-end/118325 - nonlocal goto lowering

2025-01-07 Thread Jakub Jelinek
On Tue, Jan 07, 2025 at 03:49:26PM +0100, Richard Biener wrote: > When nonlocal goto lowering creates an artificial label it fails > to adjust its context. > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress > (I doubt good test coverage is present for non-local gotos) > > OK when t

[PATCH] middle-end/118325 - nonlocal goto lowering

2025-01-07 Thread Richard Biener
When nonlocal goto lowering creates an artificial label it fails to adjust its context. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress (I doubt good test coverage is present for non-local gotos) OK when testing succeeds? Thanks, Richard. PR middle-end/118325 * tre