Re: spill_failure

2005-04-25 Thread James E Wilson
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

Re: spill_failure

2005-04-23 Thread Ian Lance Taylor
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

Re: spill_failure

2005-04-23 Thread Rajkishore Barik
> 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

Re: spill_failure

2005-04-23 Thread Steven Bosscher
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