]> Savannah Git Hosting - gnulib.git/commit
test-calloc-gnu: port to GCC7
authorJim Meyering <meyering@fb.com>
Sat, 4 Mar 2017 22:50:41 +0000 (14:50 -0800)
committerJim Meyering <meyering@fb.com>
Sat, 4 Mar 2017 22:51:50 +0000 (14:51 -0800)
commit26034f242a77ec924a95f4dc2f968f5a520a717a
tree1e7116a61667d220bf9d1cb8f0a0c5419316af60
parentbc1d4143ae4dfce3a24485277b4e46a7d0a449f0
test-calloc-gnu: port to GCC7

* tests/test-calloc-gnu.c (main) [__GNUC__ >= 7]: Skip a test
that attempts to calloc more than SIZE_MAX bytes, because GCC7
and newer would detect that at compilation time.
ChangeLog
tests/test-calloc-gnu.c