Re: [PATCH 07/41] Add ordered_hash_map

2020-01-10 Thread Jeff Law
On Fri, 2020-01-10 at 11:30 -0500, David Malcolm wrote: > On Fri, 2020-01-10 at 09:22 -0700, Jeff Law wrote: > > On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > > > Needs review. This is used in many places in the analyzer. > > > msebor made some comments about the v1 version of this pat

Re: [PATCH 07/41] Add ordered_hash_map

2020-01-10 Thread David Malcolm
On Fri, 2020-01-10 at 09:22 -0700, Jeff Law wrote: > On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > > Needs review. This is used in many places in the analyzer. > > msebor made some comments about the v1 version of this patch here: > > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg002

Re: [PATCH 07/41] Add ordered_hash_map

2020-01-10 Thread Jeff Law
On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > Needs review. This is used in many places in the analyzer. > msebor made some comments about the v1 version of this patch here: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00231.html > > Changed in v5: > - updated copyright years to

[PATCH 07/41] Add ordered_hash_map

2020-01-08 Thread David Malcolm
Needs review. This is used in many places in the analyzer. msebor made some comments about the v1 version of this patch here: https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00231.html Changed in v5: - updated copyright years to include 2020 This patch adds an ordered_hash_map template, which is