Re: [cxx-conversion] ggc-common hash tables

2012-12-03 Thread Lawrence Crowl
On 12/3/12, Diego Novillo wrote: > On 2012-12-01 20:46 , Lawrence Crowl wrote: >> Index: gcc/ChangeLog >> >> 2012-11-30 Lawrence Crowl >> >> * hash-table.h (class hash_table): >> Correct many methods with parameter types compare_type to the correct >> value_type. (Correct code w

Re: [cxx-conversion] ggc-common hash tables

2012-12-03 Thread Diego Novillo
On 2012-12-01 20:46 , Lawrence Crowl wrote: Index: gcc/ChangeLog 2012-11-30 Lawrence Crowl * hash-table.h (class hash_table): Correct many methods with parameter types compare_type to the correct value_type. (Correct code was unlikely to notice the change.)

[cxx-conversion] ggc-common hash tables

2012-12-01 Thread Lawrence Crowl
Change ggc-common hash tables from htab_t to hash_table: ggc-common.c loc_hash ggc-common.c ptr_hash Add a new hash_table method elements_with_deleted to meet the needs of gcc-common.c. Correct many methods with parameter types compare_type to the correct value_type. (Correct code was unlikely