]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add selftests for bitmap_set_range.
authorMartin Liska <mliska@suse.cz>
Mon, 16 Oct 2017 11:59:39 +0000 (13:59 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 16 Oct 2017 11:59:39 +0000 (11:59 +0000)
commita0df14998e226b604a1b4799f602a02090dbdbac
treecd4337fe1c8120f2a28bfd1a1f352c705acf21fe
parent1274f08639511172419f11c86be6c953f0c826a7
Add selftests for bitmap_set_range.

2017-10-16  Martin Liska  <mliska@suse.cz>

* sbitmap.c (bitmap_bit_in_range_p_checking): New function.
(test_set_range): Likewise.
(test_range_functions): Rename to ...
(test_bit_in_range): ... this.
(sbitmap_c_tests): Add new test.

From-SVN: r253785
gcc/ChangeLog
gcc/sbitmap.c