Re: [PATCH] Fix up copy_decls_walk (PR debug/52260)
OK. Jason
[PATCH] Fix up copy_decls_walk (PR debug/52260)
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