Re: Fix tree-ssa-dce Ada LTO bootstrap ice

2015-12-08 Thread Jan Hubicka
> Jan, > > > this patch fixes tree-ssa-dce ICE seen during Ada bootstrap. It is updated > > version of https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02876.html for > > current mainline > > > > Bootstrapped/regtested x86_64-linux, OK? > > > > PR middle-end/65337 > > * tree-ssa-dce.c (bb_

Re: Fix tree-ssa-dce Ada LTO bootstrap ice

2015-12-08 Thread Eric Botcazou
Jan, > this patch fixes tree-ssa-dce ICE seen during Ada bootstrap. It is updated > version of https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02876.html for > current mainline > > Bootstrapped/regtested x86_64-linux, OK? > > PR middle-end/65337 > * tree-ssa-dce.c (bb_postorder): New

Re: Fix tree-ssa-dce Ada LTO bootstrap ice

2015-11-25 Thread Richard Biener
On Sun, Nov 22, 2015 at 7:49 PM, Jan Hubicka wrote: > Hi, > this patch fixes tree-ssa-dce ICE seen during Ada bootstrap. It is updated > version of https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02876.html for > current mainline > > Bootstrapped/regtested x86_64-linux, OK? Ok. Thanks, Richard.