This is the mail archive of the gcc@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]

Re: gcc-ss-20000807: Internal error on hppa2.0n-hp-hpux11.00


On Thu, Aug 10, 2000 at 11:23:22PM +1000, Rodney Brown wrote:
> +      else if (GET_CODE (XEXP (x, 0)) == MINUS
> +               && XEXP (XEXP (x, 0), 0) ==
> +                  current_function_internal_arg_pointer
> +               && GET_CODE (XEXP (XEXP (x, 0), 1)) == CONST_INT)
> +        i = -INTVAL (XEXP (XEXP (x, 0), 1));

This would indicate a problem in the backend or something.
You should never ever see this.  We canonicalize this to
PLUS of a negated constant.



r~

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