https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61915
--- Comment #7 from Evandro Menezes <e.menezes at samsung dot com> --- (In reply to Vladimir Makarov from comment #6) > > Evandro, thanks for reporting this. Sorry, I am busy with other thing these > days. I'll start to work on this PR in September to try to make some > progress for the next GCC release. > > May be a better remeaterialization in LRA I am working on now will help the > PR too. Vladimir, I was thinking about using the hook function to avoid using FPR, at least when -Os is specified, for the time being. This way, registers would still be allocated by the LRA, but this side-effect would be under control. Or do y'all think that it's better to wait a little while longer?