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

Andreas Schwab <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Andreas Schwab <[email protected]> ---
__asm__ ("fmove.l %%fpcr,%0" : "=g" (old_fpcr));

fmove fpcr does not allow an address register as dest (only allowed with
fpiar).

Reply via email to