Sevan Janiyan wrote:
> On 10.4 & 10.5
> FAIL: test-float
> ================
> 
> test-float.c:332: assertion 'x + x == x' failed
> FAIL test-float (exit status: 134)

To understand the failure, take a look at:
  - the comment in the unit test:
    /* Check the value of LDBL_MAX.  */
  - the existing known problems on other platforms,
    doc/posix-headers/float.texi
  - the existing workarounds in lib/float.in.h.

Bruno




Reply via email to