This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 64x32 cross bugfix
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: 64x32 cross bugfix
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 12 Jul 1999 18:25:55 -0600
- cc: egcs-patches at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
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