summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-03-05 02:17:00 +0100
committerBruno Haible <bruno@clisp.org>2017-03-05 02:22:19 +0100
commit8250f4c6d0375f4eeb053cbd2245cd83666b2e0e (patch)
treea7137c111dce1abc5961e433a5ebf31543955628 /ChangeLog
parent26034f242a77ec924a95f4dc2f968f5a520a717a (diff)
downloadgnulib-8250f4c6d0375f4eeb053cbd2245cd83666b2e0e.tar.gz
test-calloc-gnu: Reenable test also for GCC 7.
* tests/test-calloc-gnu.c (eight): New function. (main): Don't skip test; use eight() instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e856f85f44..355f5c8c07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-03-04 Bruno Haible <bruno@clisp.org>
+
+ test-calloc-gnu: Reenable test also for GCC 7.
+ * tests/test-calloc-gnu.c (eight): New function.
+ (main): Don't skip test; use eight() instead.
+
2017-03-04 Jim Meyering <meyering@fb.com>
test-calloc-gnu: port to GCC7