Subject: Re: accuracy of "long double"
To: Matthias Drochner <M.Drochner@fz-juelich.de>
From: Neil Booth <neil@daikokuya.co.uk>
List: tech-toolchain
Date: 09/01/2007 10:43:23
Matthias Drochner wrote:-

> 
> neil@daikokuya.co.uk said:
> > extern int a[USHRT_MAX * 0 - 1 < 0 ? 1: -1]; 
> 
> Yep, you are right.
> (I first checked DEC OSF/1 which is usually very correct wrt standards
> and found that it has the same problem.)
> Same for UCHAR8_MAX et al...
> 
> > I put in a PR for this a long time ago.
> 
> I see -- lib/31306.
> I've just rebuilt my system with fixed headers and didn't see any fallout.
> So I'll commit fixes in a minute.

Looks great, thanks a lot!

Neil.