summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-26 00:16:06 +0200
committerBruno Haible <bruno@clisp.org>2023-04-26 00:16:06 +0200
commit446cbd49a361d875b602d68979c8983d3b32c512 (patch)
tree4d9450e969b53dc18433b33786be1f36b0a9504b /ChangeLog
parent9c0e7adb118023cb12248ef035636db4f678c700 (diff)
downloadgnulib-446cbd49a361d875b602d68979c8983d3b32c512.tar.gz
expm1 tests: Avoid test failure on 32-bit mingw.
* tests/test-expm1.h (test_function): Mark y as 'volatile'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a980889b9..0884a04d7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-25 Bruno Haible <bruno@clisp.org>
+ expm1 tests: Avoid test failure on 32-bit mingw.
+ * tests/test-expm1.h (test_function): Mark y as 'volatile'.
+
+2023-04-25 Bruno Haible <bruno@clisp.org>
+
poll tests: Avoid test failure on native Windows.
* tests/test-poll.c (test_pipe): Disable the POLLHUP check also on
native Windows.