[PATCH][C++] Fix PR32609, ICE during htab_clear_slot

Mark Mitchell mark@codesourcery.com
Wed Jul 4 00:28:00 GMT 2007


Richard Guenther wrote:
> This fixes PR32609 by using htab_remove_elt to remove the element from
> the hashtable after recursing.  Using htab_clear_slot without re-looking 
> up the element is not safe with intermediate hash table 
> insertions/removals.

Thank you for cleaning up my mess!

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713



More information about the Gcc-patches mailing list