https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116420
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |law at gcc dot gnu.org --- Comment #2 from Jeffrey A. Law <law at gcc dot gnu.org> --- So what's really interesting here is it appears that we're not queuing preds of the current block for reprocessing during the liveness computation. But it seems to be specific to a particular pred/succ in a given loop -- the other loop seems to iterate and reach a fixed point just fine. Weird. But definitely mine.