https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119644
Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-invalid-code |ice-on-valid-code
--- Comment #4 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
I'm inclined to argue that this should work, and it should be up to the
programmer to ensure that the relevant operation is safe to execute. The
intrinsics (get/set_fpscr) simply transfer a value between a system register
and a general register and that is something that code using
-mgeneral-regs-only ought to be able to do.