This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: spill_failure


Rajkishore Barik wrote:
./mul_mdmd_md.c:343: error: unable to find a register to spill in class âAD_REGSâ

Compile with -da, look at the .greg dump file, it will have a bunch of messages saying "reloads for insn ...". Find the one for the insn that is failing. Look at the .lreg dump to find the pre-reload version of the insn. These two pieces of info together should give you a clue where to look next.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]