r230995 - in /trunk/gcc: ChangeLog tree-vect-lo...
marxin@gcc.gnu.org
marxin@gcc.gnu.org
Fri Nov 27 08:37:00 GMT 2015
Author: marxin
Date: Fri Nov 27 08:37:23 2015
New Revision: 230995
URL: https://gcc.gnu.org/viewcvs?rev=230995&root=gcc&view=rev
Log:
Fix memory leak in loop_vec_info
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
Do not release memory for comp_alias_ddrs.
* tree-vect-loop.c (destroy_loop_vec_info): Release
the memory for all loop_vec_info.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-loop-manip.c
trunk/gcc/tree-vect-loop.c
More information about the Gcc-cvs
mailing list