Re: [PATCH][RFC] Fix PR64111
On Dec 1, 2014, at 2:23 AM, Richard Biener wrote: > The following patch unbreaks PCH > Any comments? Seems better to me.
[PATCH][RFC] Fix PR64111
The following patch unbreaks PCH of the int_cst_hash_table where we currently compute the hash mixing in the pointer value of a tree. That for sure breaks with PCH. An easy fix is to simply use TYPE_UID instead of htab_hash_pointer. But the hash is quite stupid at the moment. I guess using TYPE