Martin Liška <mli...@suse.cz> writes: > Hi. > > The patch is about removal of an unreachable code. That has been proved > by an accidental gcc_unreachable places 9 year ago.
Heh. > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? Yes, thanks. Richard > Thanks, > Martin > > gcc/ChangeLog: > > 2019-06-25 Martin Liska <mli...@suse.cz> > > PR tree-optimization/90978 > * df-scan.c (df_update_entry_block_defs): Remove dead else > branch. > (df_update_exit_block_uses): Likewise.