On Wed, 30 Nov 2022, 23:09 Peter Dyballa, wrote: > Hello! > > Here is my evaluation from building GCC 10.4 > It's unlikely anybody is very interested in gcc-10 as there will only be one more release from that branch, and most of these are just harmless cases of unclear output. The configure script works correctly, it just prints jumbled output. > > A bit disturbing is this, finding yes and no for the same item, __int128 > (because libquadmath supports this data type?): > This is perfectly normal, __int128 is supported when building 64-bit libraries and not when building 32-bit libraries. Libquadmath provides routines for working with 128-bit floating-point types, not integers. > 5698:checking for ISO/IEC TR 24733 ... no > 5699:checking for __int128... no > 5700:checking for __float128... no > 6269:checking for ISO/IEC TR 24733 ... no > 6270:checking for __int128... yes > 6271:checking for __float128... no > 35967:checking for ISO/IEC TR 24733 ... no > 35968:checking for __int128... no > 35969:checking for __float128... no > 36538:checking for ISO/IEC TR 24733 ... no > 36539:checking for __int128... yes > 36540:checking for __float128... no > 66232:checking for ISO/IEC TR 24733 ... no > 66233:checking for __int128... no > 66234:checking for __float128... no > 66803:checking for ISO/IEC TR 24733 ... no > 66804:checking for __int128... yes > 66805:checking for __float128... no > > > (Disk space used after building: almost 5 GB.) > > -- > Greetings > > Pete > > A designer knows he has arrived at perfection not when there is no longer > anything to add, but when there is no longer anything to take away. > – Antoine de Saint-Exupéry > >