Re: [01/13] Move hash traits to their own header file

2015-06-23 Thread Jeff Law
On 06/16/2015 02:43 AM, Richard Sandiford wrote: This patch just moves the traits classes to their own header file, hash-traits.h. gcc/ * hash-table.h: Include hash-traits.h. (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher) (ggc_cache_hasher): Move to...

[01/13] Move hash traits to their own header file

2015-06-16 Thread Richard Sandiford
This patch just moves the traits classes to their own header file, hash-traits.h. gcc/ * hash-table.h: Include hash-traits.h. (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher) (ggc_cache_hasher): Move to... * hash-traits.h: ...this new file. Index: