https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96479
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code Target| |aarch64 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- If -mgeneral-regs-only is not supposed to be an ABI changing option then the compiler has to reject code using non-general regs. With a diagnostic preferably, not by ICEing.