r235974 - in /trunk/gcc: ChangeLog tree-if-conv.c

marxin@gcc.gnu.org marxin@gcc.gnu.org
Fri May 6 14:26:00 GMT 2016


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



More information about the Gcc-cvs mailing list