This is the mail archive of the libc-alpha@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]

[COMMITTED] Update NEWS to mention drive-by fix for bug 18699.


Wilco fixed this tilegx bug in commit fe8c2b33aed0 ("Since we
now inline isinf, isnan and isfinite in math.h, replace uses
of __isinf_ns(l/f) with isinf, and remove the unused inlines
__isinf_ns(l/f), __isnan(f) and __finite(f).")

I verified that reverting math/s_cprojf.c back to using the
sysdeps/ieee754/flt-32/math_private.h version of __isinf_nsf()
instead of isinf() brings back the bug on tilegx.
---
 NEWS | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index de3a233388e1..00e3b03e5e79 100644
--- a/NEWS
+++ b/NEWS
@@ -14,13 +14,14 @@ Version 2.23
   16517, 16519, 16520, 16521, 16620, 16734, 16973, 16985, 17118, 17243,
   17244, 17250, 17441, 17787, 17886, 17887, 17905, 18084, 18086, 18240,
   18265, 18370, 18421, 18480, 18525, 18595, 18589, 18610, 18618, 18647,
-  18661, 18674, 18675, 18681, 18724, 18743, 18757, 18778, 18781, 18787,
-  18789, 18790, 18795, 18796, 18803, 18820, 18823, 18824, 18825, 18857,
-  18863, 18870, 18872, 18873, 18875, 18887, 18918, 18921, 18928, 18951,
-  18952, 18953, 18956, 18961, 18966, 18967, 18969, 18970, 18977, 18980,
-  18981, 18982, 18985, 19003, 19007, 19012, 19016, 19018, 19032, 19046,
-  19049, 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085,
-  19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137, 19156.
+  18661, 18674, 18675, 18681, 18699, 18724, 18743, 18757, 18778, 18781,
+  18787, 18789, 18790, 18795, 18796, 18803, 18820, 18823, 18824, 18825,
+  18857, 18863, 18870, 18872, 18873, 18875, 18887, 18918, 18921, 18928,
+  18951, 18952, 18953, 18956, 18961, 18966, 18967, 18969, 18970, 18977,
+  18980, 18981, 18982, 18985, 19003, 19007, 19012, 19016, 19018, 19032,
+  19046, 19049, 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079,
+  19085, 19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137,
+  19156.
 
 * There is now a --disable-timezone-tools configure option for disabling the
   building and installing of the timezone related utilities (zic, zdump, and
-- 
2.1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]