This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE


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

--- Comment #12 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
aarch64_conditional_register_usage() marks all FP registers as unavailable if
!TARGET_FLOAT.  So the real question is why this isn't sufficient to disable
use of FP registers.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]