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.html > > gcc/ChangeLog: > * sbitmap.h (auto_sbitmap): Add operator const_sbitmap. OK. jeff >
- [PATCH 09/41] analyzer: add ChangeLog David Malcolm
- [PATCH 11/41] analyzer: add new files to Makefile.in David Malcolm
- [PATCH 14/41] analyzer: logging support David Malcolm
- [PATCH 15/41] analyzer: new file: analyzer-pass.cc and pass ... David Malcolm
- [PATCH 03/41] sbitmap.h: add operator const_sbitmap to auto_... David Malcolm
- Re: [PATCH 03/41] sbitmap.h: add operator const_sbitmap... Jeff Law
- [PATCH 07/41] Add ordered_hash_map David Malcolm
- Re: [PATCH 07/41] Add ordered_hash_map Jeff Law
- Re: [PATCH 07/41] Add ordered_hash_map David Malcolm
- [PATCH 16/41] analyzer: new files: graphviz.{cc|h} David Malcolm
- [PATCH 19/41] analyzer: new files: analyzer.{cc|h} David Malcolm
- [PATCH 20/41] analyzer: new files: tristate.{cc|h} David Malcolm