From f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 17 Oct 2012 23:42:32 +0000 Subject: Don't call feclearexcept in gamma function tests. --- math/libm-test.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'math') 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); -- cgit v1.1