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



  In message <19990712144930.A24631@cygnus.com>you write:
  > 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.
Doh.  Brain fart.  Thanks.  Fixed.
jeff


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