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 testing succeeds? > > Thanks, > Richard. > > PR middle-end/118325 > * tree-nested.cc (convert_nl_goto_reference): Assign proper > context to generated artificial label. > > * gcc.dg/pr118325.c: New testcase.
LGTM. Jakub