diff options
author | Bruno Haible <bruno@clisp.org> | 2020-05-23 19:49:42 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-05-23 19:50:24 +0200 |
commit | f95e68ffaf3b2cf0725bcaa47f877fdcaae38ca8 (patch) | |
tree | 45903abb73b857777ef2474f5237225544eb92b2 /ChangeLog | |
parent | 6e6abd0cdfe4bb96f6412aebc511f10bf254a820 (diff) | |
download | gnulib-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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>. |