Linux/mipsel is now broken.

Richard Henderson rth@redhat.com
Sun Jan 13 15:02:00 GMT 2002


On Sun, Jan 13, 2002 at 01:02:37PM -0800, H . J . Lu wrote:
> I am testing this patch now. Does this make any senses?

No.

>    if (GET_MODE_SIZE (orig_mode) < GET_MODE_SIZE (new_mode))
>      return false;
[...]
> +  if (HARD_REGNO_NREGS (regno, new_mode)
> +      > HARD_REGNO_NREGS (regno, orig_mode))
> +    return false;

The second test is never true if the first is true.


r~



More information about the Gcc-patches mailing list