On Wed, Sep 11, 2013 at 12:00:04PM +0200, Richard Biener wrote: > It should make -Og more usable on the branch and as it is quite > new I suppose the change qualifies for the branch (I lately > moved some passes there for other diagnostic issues). > > Opinions on generally splitting critical edges before late > uninit warnings?
Looks reasonable to me. > 2013-09-11 Richard Biener <rguent...@suse.de> > > PR middle-end/58377 > * passes.c (init_optimization_passes): Split critical edges > before late uninit warning pass. > > * g++.dg/uninit-pred-4.C: New testcase. Jakub