Re: [PATCH V2] improve bitmap / sbitmap compatability of bitmap_set_bit

2017-07-24 Thread Richard Biener
On July 24, 2017 7:05:14 PM GMT+02:00, tbsaunde+...@tbsaunde.org wrote: >From: Trevor Saunders > >This makes the sbitmap version return true if the bit was previously >unset to make it similar to the bitmap version. > >I believe I fixed up the comments from may, and rebootstrapped + >regtested >pp

[PATCH V2] improve bitmap / sbitmap compatability of bitmap_set_bit

2017-07-24 Thread tbsaunde+gcc
From: Trevor Saunders This makes the sbitmap version return true if the bit was previously unset to make it similar to the bitmap version. I believe I fixed up the comments from may, and rebootstrapped + regtested ppc64le-linux-gnu, ok? Trev gcc/ChangeLog: 2017-07-20 Trevor Saunders