https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077
--- Comment #36 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to rguent...@suse.de from comment #35) > On Thu, 14 Aug 2014, venkataramanan.kumar at amd dot com wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 > > > > --- Comment #34 from Venkataramanan <venkataramanan.kumar at amd dot com> > > --- > > Richard, What I understand is that instead of using tune flags for garbage > > collection, need to try and fix the object code differences? > > Yes, it points at real bugs. OTOH fixing that may not be suitable > for the release branches, neither is passing fixed values for GC > parameters. So I'm not quite sure what a suitable workaround is > (well, make sure !defined ENABLE_GC_CHECKING && !defined > ENABLE_GC_ALWAYS_COLLECT is consistent between stage1 and stage2 > for bootstrap-lto, that is, init_ggc_heuristics () is executed > in the same way) Or better yet recommend with LTO bootstrap, bootstrap4.