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] |
On Wed, Oct 10, 2001 at 10:40:56PM +0200, Jan Hubicka wrote: > > parts[0] = GEN_INT (l[0] + (((HOST_WIDE_INT)l[1] << 31) << 1)); > > Hmm, thats the original form, isn't it? No, we've added the cast to HOST_WIDE_INT. Which would indeed fix a problem when HOST_WIDE_INT == long long. > Would be possible to settle down the rest of patch (minus this hunk) > in meantime? Yes. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |