This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] mmix: Move predicates to predicates.md.
Hi HP,
> JFTR, I didn't without your patch, with LAST_UPDATED "Mon Apr 4
> 08:14:47 UTC 2005".
Right. I also ran compile.exp without my patch, and didn't see the
ICE.
> I think I'll fix mmix_symbolic_or_address_operand to reject
> CONST_INT:s explicitly and not punt that to address_operand.
>
> It's interesting that predicates.md changes causes this much
> difference; I'd have thought it to be totally transparent.
If you look at insn-preds.c, which is generated from predicates.md,
you'll see that checks are tighter. Originally, I didn't know what
was going wrong when I saw these ICEs for the first time, and David
Edelsohn gave me tips. (David, Thanks!)
Kazu Hirata