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
Rajkishore Barik <[EMAIL PROTECTED]> writes:
> > Hmm, let me rephrase your question:
> > "I did some GCC hacking that I'm not showing, and it doesn't work,
> > please help me fix it."
>
> This is not what I meant. I meant if similar problem has been reported by
> anyone else before.
Everybody w
> Hmm, let me rephrase your question:
> "I did some GCC hacking that I'm not showing, and it doesn't work,
> please help me fix it."
This is not what I meant. I meant if similar problem has been reported by
anyone else before. In any case. This is the piece of code that I add
after every integer
On Sunday 24 April 2005 00:22, Rajkishore Barik wrote:
> Hi,
>
> I have been adding some profiling stuff onto the RTL. I get the following
> error in reload phase. Can someone tell me how to fix this? I use 8th
> April 2005 check out from CVS.
Hmm, let me rephrase your question:
"I did some GCC ha