On Wed, Mar 18, 2020 at 12:57:18PM -0600, Martin Sebor via Gcc-patches wrote:
> I noticed this last night:
> 
>   https://sourceware.org/pipermail/glibc-cvs/2020q1/069150.html
> 
> Presumably that's the fix.

Or maybe for REAL_TYPE just care here about TYPE_MODE which should be all
that matters?  If double and long double are the same, it isn't a big deal.
And similarly for INTEGER_TYPEs only care about TYPE_MODE/TYPE_PRECISION?
If unsigned long and unsigned long long are the same, why should we care?

        Jakub

Reply via email to