https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61757
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Hmm, for me a i586 bootstrap with r212352 works (x86_64 host, gcc 4.8 host
compiler) at least up to stage2 genmodes, from HJs fails it seems that only
stage3 genmodes fails (so lets wait a bit more...) which means that the stage2
compiler is miscompiled by the stage1 compiler (ugh).
Probably because of lack of time to search for the latent bug I'll end up
reverting the patch later :/ (I'll try reverting only parts of it, which
will take some extra verification time).