This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linux/mipsel is now broken.


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]