> On Tue, Apr 19, 2011 at 7:01 AM, Richard Guenther > <richard.guent...@gmail.com> wrote: > > On Tue, Apr 19, 2011 at 3:51 PM, Eric Botcazou <ebotca...@adacore.com> > > wrote: > >>> Hmpf. Strange. I've bootstrapped with all languages except Ada > >>> yesterday, with gold as plugin-ld. > >> > >> GNU ld (with plugins) for me, but --enable-checking=yes,rtl. Maybe H.J. > >> had > >> e.g. --enable-checking=release. In any case, something is brittle ATM. > > > > Not really unexpected - LTO testing coverage is pretty low unless we force > > everyone to do LTO bootstraps (and then LTO bootstrap is slow because > > of the redundant linking for the checksums and re-optimizing libbackend.a > > all the time). > > > > I have been doing LTO bootstrap and reporting failures. The current > LTO bootstrap failure us > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48671
This is FDO problem, not LTO problem and should be fixed now. Honza > > -- > H.J.