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]

Re: 64x32 cross bugfix


On Mon, Jul 12, 1999 at 02:33:47PM -0600, Jeffrey A Law wrote:
> ! 	      op1 = plus_constant (op1, XINT (constant_part, 0));

Typo.  XINT is `int' sized; XWINT is `HOST_WIDE_INT' sized.

Use INTVAL instead.



r~


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