https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81611
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42971|0 |1 is obsolete| | --- Comment #10 from Alexandre Oliva <aoliva at gcc dot gnu.org> --- Created attachment 42972 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42972&action=edit 2xupdated complementary candidate patch It looked like the build was going so well, but... No such luck. Watch out for CPU-eating zombies with the previous patch; it may loop endlessly moving a stmt just before its successor over and over and over. I suppose the old code really didn't mean to move stuff within a single BB, otherwise it would have checked this case. Anyhow... One more bug fixed, bootstrap well into stage3...