On Mon, Nov 21, 2016 at 04:02:40PM -0800, Marek Polacek wrote: > What seems like a typo caused an ICE here. We've got a vector of vectors here > and we're trying to walk all the elements, so the second loop oughta use 'j'. > > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > 2016-11-21 Marek Polacek <pola...@redhat.com> > > PR tree-optimization/78455 > * tree-ssa-uninit.c (can_chain_union_be_invalidated_p): Fix typo. > > * gcc.dg/uninit-23.c: New.
I'd say this is even obvious. Ok. Jakub