summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-23 19:49:42 +0200
committerBruno Haible <bruno@clisp.org>2020-05-23 19:50:24 +0200
commitf95e68ffaf3b2cf0725bcaa47f877fdcaae38ca8 (patch)
tree45903abb73b857777ef2474f5237225544eb92b2 /ChangeLog
parent6e6abd0cdfe4bb96f6412aebc511f10bf254a820 (diff)
downloadgnulib-f95e68ffaf3b2cf0725bcaa47f877fdcaae38ca8.tar.gz
isnanl, isnanl-nolibm: Make a test work better with "gcc -O2" on x86_64.
* m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Pass the 'long double' values by reference, with values taken from a statically allocated array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b22d791c60..af8062c562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2020-05-23 Bruno Haible <bruno@clisp.org>
+ isnanl, isnanl-nolibm: Make a test work better with "gcc -O2" on x86_64.
+ * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Pass the
+ 'long double' values by reference, with values taken from a statically
+ allocated array.
+
+2020-05-23 Bruno Haible <bruno@clisp.org>
+
findprog-in: Ignore directories.
Reported by Frederick Eaton via Dmitry Goncharov in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-03/msg00003.html>.