compile error for 990203-1.c

2005-08-22 Thread ibanez
I'm porting a back-end for gcc. My back-end crached in the compile test pattern 990203-1.c, and the error message is main.c:7: internal compiler error: in purge_addressof, at function.c:3423 for (insn = insns; insn; insn = NEXT_INSN (insn)) if (INSN_P (insn)) { if (! pu

Re: compile error for 990203-1.c

2005-08-24 Thread James E Wilson
[EMAIL PROTECTED] wrote: > It's the mem rtx makes the difference, > but I don't know where the mem rtx comes from. > I have no idea about it. The real question here is why did purge_addressof_1 fail? You didn't provide that info. There are so many different things that could be wrong here that I

Re: compile error for 990203-1.c

2005-08-24 Thread James E Wilson
[EMAIL PROTECTED] wrote: > main.c:7: internal compiler error: in purge_addressof, at > function.c:3423 Oh, I forgot to mention, purge_addressof disappeared over a year ago, so few people are going to care about this. You are doing a port to gcc-3.4.x perhaps? It is important to include inf