On 10/11/2017 12:13 AM, Martin Liška wrote: > 2017-10-10 Martin Liska > > PR tree-optimization/82493 > * sbitmap.c (bitmap_bit_in_range_p): Fix the implementation. > (test_range_functions): New function. > (sbitmap_c_tests): Likewise. > * selftest-run-tests.c (selftest::run_tests): Run new tests. > * selftest.h (sbitmap_c_tests): New function. I went ahead and committed this along with a patch to fix the off-by-one error in live_bytes_read. Bootstrapped and regression tested on x86. Actual patch attached for archival purposes. Jeff