This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE
- From: "wilson at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Jun 2015 00:49:40 +0000
- Subject: [Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE
- Auto-submitted: auto-generated
- References: <bug-66258-4 at http dot gcc dot gnu dot org/bugzilla/>
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.