r229850 - in /trunk/gcc: ChangeLog ipa-inline-a...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Fri Nov 6 13:45:00 GMT 2015


Author: rguenth
Date: Fri Nov  6 13:45:54 2015
New Revision: 229850

URL: https://gcc.gnu.org/viewcvs?rev=229850&root=gcc&view=rev
Log:
2015-11-06  Richard Biener  <rguenther@suse.de>

	* tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.
	* lra.c (init_reg_info): Truncate copy_vec instead of
	re-allocating a new one and leaking the old.
	* ipa-inline-analysis.c (estimate_function_body_sizes): Free
	bb_infos vec.
	* sched-deps.c (sched_deps_finish): Free the dn/dl pools.
	* postreload-gcse.c (free_mem): Free modify_mem_list and
	canon_modify_mem_list.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/lra.c
    trunk/gcc/postreload-gcse.c
    trunk/gcc/sched-deps.c
    trunk/gcc/tree-ssa-sccvn.c



More information about the Gcc-cvs mailing list