This is the mail archive of the gcc@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]

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


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]