[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

wilson at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jun 3 00:49:00 GMT 2015


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

--- Comment #3 from Jim Wilson <wilson at gcc dot gnu.org> ---
The patch doesn't completely fix grub, because grub is trying to compile FP
code with +nofp, which can't work without a soft-float ABI, which we don't
have.  So grub gets an error instead of an ICE with the patch.  However,
apparently the Aarch64 UEFI spec requires FP, so grub can be changed to stop
using +nofp.



More information about the Gcc-bugs mailing list