https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44281

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|vmakarov at redhat dot com         |bernds at gcc dot 
gnu.org

--- Comment #23 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
Ok, I know what's causing it - ebx could take part in register allocation since
we seem to have proper lifetime information for it and it dies in some places,
but IRA ignores it since global regs get added to fixed_regs.

Reply via email to