about summary refs log tree commit diff
path: root/math/libm-test.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r--math/libm-test.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 0422e8e8b4..e828fc2ec9 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);