[Bug c/88544] ICE on ARM Cortex A7

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 19 08:32:00 GMT 2018


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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
./arch/arm/include/asm/div64.h:1:0: internal compiler error: Illegal
instruction

also this hints in you using binaries that were compiled for a CPU with an
incompatible ISA.

Note that you might want to enable core file generation (ulimit -c) from
which it should be reasonably easy to identify the faulting instruction
and its origin.


More information about the Gcc-bugs mailing list