foo.c: In function 'main':
foo.c:6:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90)
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://sourcery.mentor.com/GNUToolchain/> for instructions.
This happens even if I compile with optimizations off (ia16-elf-gcc -S -O0 foo.c).
If I use "=rm" rather than "=g", the compilation succeeds.
Under
gcc-ia16
2016.11-64, the programgives the error
This happens even if I compile with optimizations off (
ia16-elf-gcc -S -O0 foo.c
).If I use
"=rm"
rather than"=g"
, the compilation succeeds.