Re: [09/13] Make remaining pointer hashes inherit from a generic class

2015-06-23 Thread Jeff Law
On 06/16/2015 03:05 AM, Richard Sandiford wrote: This patch mops up the remaining pointer traits classes that didn't inherit from any of the standard ones and just did their own thing. gcc/ * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove redundant typedefs and mem

[09/13] Make remaining pointer hashes inherit from a generic class

2015-06-16 Thread Richard Sandiford
This patch mops up the remaining pointer traits classes that didn't inherit from any of the standard ones and just did their own thing. gcc/ * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove redundant typedefs and members. * coverage.c (counts_entry): Inherit