This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 64x32 cross bugfix
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: 64x32 cross bugfix
- From: Richard Henderson <rth at cygnus dot com>
- Date: Mon, 12 Jul 1999 14:49:30 -0700
- Cc: egcs-patches at egcs dot cygnus dot com
- References: <6064.931811627@upchuck.cygnus.com>
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~