https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122827
--- Comment #7 from ktkachov at gcc dot gnu.org --- (In reply to Andrew Pinski from comment #6) > (In reply to ktkachov from comment #5) > > My bisection landed on g:b191e8bdecf btw, which was added to address > > PR117477. > > Hmm, this would mean it is either a register allocator issue or a pass after > ra which is causing the issue. But aarch64, does -mearly-ra=none (or > -mearly-ra=strided) cause the failure to go away? I am trying to see if the > issue is related to doing ra early for floating point or not. Indeed, -mearly-ra=none makes the run pass, so it does look related. Can you point me to your patch to try please?
