https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077
--- Comment #10 from rguenther at suse dot de <rguenther at suse dot de> --- On Tue, 12 Aug 2014, trippels at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 > > Markus Trippelsdorf <trippels at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |trippels at gcc dot gnu.org > > --- Comment #9 from Markus Trippelsdorf <trippels at gcc dot gnu.org> --- > (In reply to Andrew Pinski from comment #8) > > (In reply to Sven C. Dack from comment #7) > > > Created attachment 33299 [details] > > > Removes the use of the jobserver from bootstrap-lto.mk > > > > > > The patch changes bootstrap-lto.mk to use a single, unpartitioned stream > > > instead of the jobserver. > > > > This patch makes sense from a reproducibility point of view too. > > But it will increase the build-time enormously. Yeah, and that it triggers a comparison error sounds bogus. It just triggers the use of a makefile for building the _LTRANS_ objects. Thus it shouldn't have an effect on the object files we compare (especially if the actual final cc1 object does _not_ miscompare and thus we don't see a stage2/3 miscompile). Richard.