Re: [PATCH] Fix up copy_decls_walk (PR debug/52260)

2012-02-16 Thread Jason Merrill
OK. Jason

[PATCH] Fix up copy_decls_walk (PR debug/52260)

2012-02-15 Thread Jakub Jelinek
Hi! On the following testcase we ICE, because now that clone_tree_hash inserts elements into decl_table hash table, if the hash table is expanded during that, storing into *slot might either store it at a wrong spot, or in completely unrelated memory. Fixed by storing into the hash table immediat