Re: [PATCH 03/41] sbitmap.h: add operator const_sbitmap to auto_sbitmap

2020-01-08 Thread Jeff Law
On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > Needs review. (Used in one place by region-model.cc) > > Changed in v5: > - follow msebor's suggestion of using operator const_sbitmap > rather than operator const sbitmap&, as per: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00224.htm

[PATCH 03/41] sbitmap.h: add operator const_sbitmap to auto_sbitmap

2020-01-08 Thread David Malcolm
Needs review. (Used in one place by region-model.cc) Changed in v5: - follow msebor's suggestion of using operator const_sbitmap rather than operator const sbitmap&, as per: https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00224.html gcc/ChangeLog: * sbitmap.h (auto_sbitmap): Add operator c