https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127165
Andrew Cooper <andrew.cooper3 at citrix dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |---
--- Comment #3 from Andrew Cooper <andrew.cooper3 at citrix dot com> ---
(In reply to Drea Pinski from comment #1)
>
> Really if you have more than 30 input/outputs to an inline-asm; it is time
> to write the code directly in assembly instead ...
We have it out-of-line right now, but not all calls require all 18 registers;
in fact most do not. I'm trying to write it in such a way that in the general
case most registers can be omitted, but that still requires the worst case to
compile.