Question about RTL
Peter Barada
peter@the-baradas.com
Thu May 13 14:44:00 GMT 2004
>On the GCC port I am working on, I get an error message:
>"unable to find a register to spill in class `........'" followed by RTL
>dump.
>
>
>Is it possible to find for which argument in the RTL pattern this error
>message applies to ?
Sure, fire up gdb, run it over your file that is breaking, and then
back up the tree into find_reload_regs, and figure out what
rld[reload_order[i]] is. From there look at the dumps for the
particular instruction (chain->insn) and its reload information.
--
Peter Barada
peter@the-baradas.com
More information about the Gcc
mailing list