summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-09 18:55:26 +0200
committerBruno Haible <bruno@clisp.org>2020-08-09 18:55:26 +0200
commit85e2c1bf69761131f77e79246e2ec499b829d01b (patch)
tree60dc9008f690c66096b968123cb276fefd82bad7 /ChangeLog
parentc2250fd7f33592b8c2bcbb8c8f27ccd4f75cdf75 (diff)
downloadgnulib-85e2c1bf69761131f77e79246e2ec499b829d01b.tar.gz
stdbool tests: Enable the stricter tests also on clang.
* tests/test-stdbool.c (ADDRESS_CHECK_OKAY): Define also on clang. (e): Enable the address-to-bool conversion test also on clang.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b23978c39..b1fd086405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-08-09 Bruno Haible <bruno@clisp.org>
+ stdbool tests: Enable the stricter tests also on clang.
+ * tests/test-stdbool.c (ADDRESS_CHECK_OKAY): Define also on clang.
+ (e): Enable the address-to-bool conversion test also on clang.
+
+2020-08-09 Bruno Haible <bruno@clisp.org>
+
count-one-bits: Use __builtin_popcount{,l,ll} on clang.
* lib/count-one-bits.h (COUNT_ONE_BITS): Use the GCC built-in.