From: Richard Stallman Date: Thu, 26 Nov 1992 15:34:10 +0000 (+0000) Subject: (struct algorithm): Make coeff a HOST_WIDE_INT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b2f07926a2c2a98bd0e6d281a8d75dcc2087c17;p=gcc.git (struct algorithm): Make coeff a HOST_WIDE_INT. From-SVN: r2806 --- diff --git a/gcc/expmed.c b/gcc/expmed.c index 2534f57e854..5819ce412ca 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1689,7 +1689,7 @@ struct algorithm int cost; unsigned int ops; enum alg_code op[MAX_BITS_PER_WORD]; - unsigned int coeff[MAX_BITS_PER_WORD]; + unsigned HOST_WIDE_INT coeff[MAX_BITS_PER_WORD]; }; /* Compute and return the best algorithm for multiplying by T.