about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-17 23:42:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-17 23:42:32 +0000
commitf9b9d9c9452f988d8d582a6ddb58fd4822b4c29d (patch)
treeabca23c2a010b548515014b7583a8a584bfc16e7 /ChangeLog
parent370539fb64c7b3b9a03e3769bf7cc29dc5de450c (diff)
downloadglibc-f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d.tar.gz
glibc-f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d.tar.xz
glibc-f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d.zip
Don't call feclearexcept in gamma function tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e83c46e2c..21857afbac 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]