Author: marxin Date: Fri May 6 14:26:23 2016 New Revision: 235974 URL: https://gcc.gnu.org/viewcvs?rev=235974&root=gcc&view=rev Log: Fix memory leak in tree-if-conv.c * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec instead of vec as the vector is local to the function. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-if-conv.c