Re: [PATCH] Remove dead code in df-scan.c (PR tree-optimization/90978).

2019-06-25 Thread Richard Sandiford
Martin Liška 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,

[PATCH] Remove dead code in df-scan.c (PR tree-optimization/90978).

2019-06-25 Thread Martin Liška
Hi. The patch is about removal of an unreachable code. That has been proved by an accidental gcc_unreachable places 9 year ago. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-06-25 Martin Liska PR tre