[Bug middle-end/56809] [4.9 Regression] Revision 197266 causes trunk ICE for arm-none-eabi targets

ktkachov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 2 09:44:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56809

--- Comment #2 from ktkachov at gcc dot gnu.org 2013-04-02 09:43:57 UTC ---
Similar problem on aarch64-none-elf. The testcase produces this ICE with
aarch64-none-elf-gcc ice.c -S


ice.c:28:1: internal compiler error: in aarch64_output_casesi, at
config/aarch64/aarch64.c:4098
 }
 ^
0xb171fe aarch64_output_casesi(rtx_def**)
    $SOURCE/gcc/gcc/config/aarch64/aarch64.c:4098
0x6b9579 final_scan_insn(rtx_def*, _IO_FILE*, int, int, int*)
    $SOURCE/gcc/gcc/final.c:2854
0x6b9faf final(rtx_def*, _IO_FILE*, int)
    $SOURCE/gcc/gcc/final.c:1958
0x6ba1d9 rest_of_handle_final
    $SOURCE/gcc/gcc/final.c:4333
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.



More information about the Gcc-bugs mailing list