On Thu, Apr 25, 2013 at 3:02 PM, Jakub Jelinek <ja...@redhat.com> wrote: > > 2013-04-25 Jakub Jelinek <ja...@redhat.com> > > * tree-ssa-uninit.c (compute_uninit_opnds_pos): In functions > with nonlocal goto receivers or returns twice calls, ignore > unininitialized values from abnormal edges to nl goto receiver > or returns twice call. > > * gcc.dg/setjmp-5.c: New test.
Thanks for looking into this. This is PR 57045. Ian