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.16-ports-merge-481-gf9b9d9c


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  f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d (commit)
      from  370539fb64c7b3b9a03e3769bf7cc29dc5de450c (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d

commit f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 17 23:42:32 2012 +0000

    Don't call feclearexcept in gamma function tests.

diff --git a/ChangeLog b/ChangeLog
index 8e83c46..21857af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-17  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc (gamma_test): Do not call feclearexcept.
+	(lgamma_test): Likewise.
+	(tgamma_test): Likewise.
+
 2012-10-16  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #14700]
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 0422e8e..e828fc2 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -5015,7 +5015,6 @@ gamma_test (void)
   if (errno == ENOSYS)
     /* Function not implemented.  */
     return;
-  feclearexcept (FE_ALL_EXCEPT);
 
   START (gamma);
 
@@ -5531,7 +5530,6 @@ lgamma_test (void)
   if (errno == ENOSYS)
     /* Function not implemented.  */
     return;
-  feclearexcept (FE_ALL_EXCEPT);
 
   START (lgamma);
 
@@ -9346,7 +9344,6 @@ tgamma_test (void)
   if (errno == ENOSYS)
     /* Function not implemented.  */
     return;
-  feclearexcept (FE_ALL_EXCEPT);
 
   START (tgamma);
 

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

Summary of changes:
 ChangeLog          |    6 ++++++
 math/libm-test.inc |    3 ---
 2 files changed, 6 insertions(+), 3 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]