This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.23-562-ge15eaa8


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e15eaa8f335ebfd565ab7752c64f3415d427d9b2 (commit)
      from  f531f93056b34800383c5154280e7ba5112563c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e15eaa8f335ebfd565ab7752c64f3415d427d9b2

commit e15eaa8f335ebfd565ab7752c64f3415d427d9b2
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jul 13 08:02:10 2016 -0700

    Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]
    
    This fixes with GCC 6.1 and -O3 on i686:
    
    Failure: Test: j0_downward (0xap+0)
    Result:
     is:         -2.45935813e-01  -0x1.f7ad32p-3
     should be:  -2.45935768e-01  -0x1.f7ad2cp-3
     difference:  4.47034835e-08   0x1.800000p-25
     ulp       :  3.0000
     max.ulp   :  2.0000
    Maximal error of `j0_downward'
     is      : 3 ulp
     accepted: 2 ulp
    
    	[BZ #20347]
    	* sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.

diff --git a/ChangeLog b/ChangeLog
index e9ab885..ed5daf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #20347]
+	* sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
+
 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #20348]
diff --git a/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps b/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps
index 646b9e3..cb82d3e 100644
--- a/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps
+++ b/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps
@@ -1628,9 +1628,9 @@ ldouble: 2
 
 Function: "j0_downward":
 double: 1
-float: 2
+float: 3
 idouble: 1
-ifloat: 2
+ifloat: 3
 ildouble: 4
 ldouble: 4
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                      |    5 +++++
 sysdeps/i386/i686/fpu/multiarch/libm-test-ulps |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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