This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] New numbers in the benchtests.



On 19/12/2017 15:29, Joseph Myers wrote:
> I have now committed the exp patch.  Note for future patches the changes 
> made to the ChangeLog entry.  I added removals of 
> sysdeps/i386/fpu/slowexp.c, sysdeps/ia64/fpu/slowexp.c and 
> sysdeps/m68k/m680x0/fpu/slowexp.c, three files overriding the build of 
> slowexp.c for architectures with their own exp implementations, which are 
> no longer needed now nothing builds slowexp.c.
> 

I am seeing now on master with GCC 7.1.1:

$ cat math/test-double-tgamma.out 
testing double (without inline functions)
Failure: tgamma_upward (-0xb.4ffffp+4): errno set to 0, expected 34 (ERANGE)
Failure: tgamma_upward (-0xb.60001p+4): errno set to 0, expected 34 (ERANGE)
Failure: tgamma_upward (-0xb.6ffffp+4): errno set to 0, expected 34 (ERANGE)

Test suite completed:
  1412 test cases plus 1408 tests for exception flags and
    1408 tests for errno executed.
  3 errors occurred.

Is it a known issue?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]