tree-ssa.c
44.9 KB
-
fix pr62009 use after free in redirect_edge_var_map_dup · 6ef6945c
The change to get the entry for the old edge before inserting the new one was incorrect because if inserting the new one resized the table then the pointer to the entry for the old one would become invalid. gcc/ * tree-ssa.c (redirect_edge_var_map_dup): insert newe before getting olde. From-SVN: r213644
Trevor Saunders committed