]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't call feclearexcept in gamma function tests.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 17 Oct 2012 23:42:32 +0000 (23:42 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 17 Oct 2012 23:42:32 +0000 (23:42 +0000)
ChangeLog
math/libm-test.inc

index 8e83c46e2c23fb4f490307857635da65dfb8b84a..21857afbac9dabd2c758612aacc2ca178de21b46 100644 (file)
--- 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]
index 0422e8e8b464d5976e380682d8670900bd8a004d..e828fc2ec9be7cded93197b89c30d65ae82c9242 100644 (file)
@@ -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);