https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122211
--- Comment #5 from John Paul Adrian Glaubitz <glaubitz at physik dot
fu-berlin.de> ---
(In reply to Andreas Schwab from comment #4)
> __asm__ ("fmove.l %%fpcr,%0" : "=g" (old_fpcr));
>
> fmove fpcr does not allow an address register as dest (only allowed with
> fpiar).
Can you explain why the same code compiles with GCC 14? Where does this code
fragment come from?
