]> granicus.if.org Git - gc/commit
Eliminate 'array vs singleton' code defect in typed_test (gctest)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 22 Dec 2016 22:00:28 +0000 (01:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 22 Dec 2016 22:00:28 +0000 (01:00 +0300)
commit7eacc786662545d3e302d006ba09ca8a9a631b7b
treecc402b6714936cbb5f5adceba5343f6730f7df2c
parent014d92d6595edb1ff32ff57cb8c9d79fea796e70
Eliminate 'array vs singleton' code defect in typed_test (gctest)

Taking address of bmX yields a singleton pointer but GC_make_descriptor
expects an array (of words).

* tests/test.c (typed_test): Define bm3, bm2, bm_large as 1-element
arrays (instead of values of a primitive type), and remove
"&" operator when passing them to GC_make_descriptor.
tests/test.c