> [ added missing cc of gcc-patches ] > > On 23/10/15 17:46, Tom de Vries wrote: > >[ Quote-pasted from > >https://gcc.gnu.org/ml/gcc-patches/2012-01/msg01077.html ] > > > >>The LTO bootstrap of the Ada compiler is currently plagued by at least > >>three > >>different problems. The attached patch is for the easy one: it
Which reminds me that I have the following fox for the DCE issue stalling for a while: https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02876.html It removes all the fragile code to update PHI nodes across redirected edges. Honza