GCC build failed with your patch on 2001-01-09T11:35:00Z.

Richard Henderson rth@redhat.com
Tue Jan 9 15:42:00 GMT 2001


On Tue, Jan 09, 2001 at 02:48:36PM -0800, Geoff Keating wrote:
> I think this code makes it work (from set_sizetype):
> 
>   int precision = MIN (oprecision + BITS_PER_UNIT_LOG + 1,
>                        2 * HOST_BITS_PER_WIDE_INT);
> 
> so if HOST_BITS_PER_WIDE_INT is 32, the precision of bitsizetype is
> limited to 64.

I didn't remember seeing this change go in.  In which case all we
need to do to get 32x64 compilation working again is to disable
the TImode arithmetic from libgcc2.c if H_W_I isn't wide enough.


r~


More information about the Gcc-regression mailing list