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

2017-05-11 Thread Trevor Saunders
On Wed, May 10, 2017 at 07:44:17AM +0100, Richard Sandiford wrote: > tbsaunde+...@tbsaunde.org writes: > > From: Trevor Saunders > > > > This make the sbitmap version return true if the bit was previously > > unset to make it similar to the bitmap version. > > > > gcc/ChangeLog: > > > > 2017-05-09

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

2017-05-09 Thread Richard Sandiford
tbsaunde+...@tbsaunde.org writes: > From: Trevor Saunders > > This make the sbitmap version return true if the bit was previously > unset to make it similar to the bitmap version. > > gcc/ChangeLog: > > 2017-05-09 Trevor Saunders > > * sbitmap.h (bitmap_set_bit): Return bool similar to bi

[PATCH 02/13] improve bitmap / sbitmap compatability of bitmap_set_bit

2017-05-09 Thread tbsaunde+gcc
From: Trevor Saunders This make the sbitmap version return true if the bit was previously unset to make it similar to the bitmap version. gcc/ChangeLog: 2017-05-09 Trevor Saunders * sbitmap.h (bitmap_set_bit): Return bool similar to bitmap version of this function. --- gcc/sbitmap.