[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
[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
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