[PATCH 3/4] Convert the tree.c type hashing over to inchash

2014-07-24 Thread Andi Kleen
From: Andi Kleen v2: Use commutative interface. Be much nearer to the old code. gcc/: 2014-07-24 Andi Kleen * tree.c (build_type_attribute_qual_variant): Use inchash. (type_hash_list): Dito. (attribute_hash_list): Dito (iterative_hstate_expr): Dito. (

Re: [PATCH 3/4] Convert the tree.c type hashing over to inchash

2014-07-23 Thread Jeff Law
On 07/15/14 23:31, Andi Kleen wrote: From: Andi Kleen Again should not really change any behavior (except for some minor differences with empty types) gcc/: 2014-07-10 Andi Kleen * tree.c (build_type_attribute_qual_variant): Use inchash. (type_hash_list): Dito. (at

[PATCH 3/4] Convert the tree.c type hashing over to inchash

2014-07-15 Thread Andi Kleen
From: Andi Kleen Again should not really change any behavior (except for some minor differences with empty types) gcc/: 2014-07-10 Andi Kleen * tree.c (build_type_attribute_qual_variant): Use inchash. (type_hash_list): Dito. (attribute_hash_list): Dito (itera