https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121007
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Segher Boessenkool from comment #4) > So LRA gets into an infinite loop here as well, do we know that to be > true already, is that actually seen? Yes from the .reload dump: ``` Changing address in insn 138 r466:DI&0xfffffffffffffff0 on equiv sfp:DI-0x10&0xfffffffffffffff0 Creating newreg=569, assigning class BASE_REGS to base r569 Creating newreg=570, assigning class BASE_REGS to base r570 Creating newreg=571, assigning class BASE_REGS to base r571 .... ;; repeated many times when I stopped it ```