On Mon, 13 Sep 2021, Sandra Loosemore wrote:
> Here's a patch.  Gerald, can you check that this fixes your bootstrap 
> problem on i586-unknown-freebsd11?

I does not change the bootstrap failure on i586-unknown-freebsd11
- though looking at the discussion here still looks like a good 
change to make?


And I just kicked off testing Tobias' suggestion on top of an
unpatched tree and will let you know:

   /* This is the 80-bit encoding on x86; Fortran assigns it kind 10.  */
  -#elif (LDBL_MANT_DIG == 64 \
  +#elif ((LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 53) \
          && LDBL_MIN_EXP == -16381 \
          && LDBL_MAX_EXP == 16384)

Gerald

Reply via email to