r245058 - in /trunk/gcc: ChangeLog ipa-prop.c
marxin@gcc.gnu.org
marxin@gcc.gnu.org
Tue Jan 31 10:54:00 GMT 2017
Author: marxin
Date: Tue Jan 31 10:54:41 2017
New Revision: 245058
URL: https://gcc.gnu.org/viewcvs?rev=245058&root=gcc&view=rev
Log:
Call symbol_summary<>::release instead of ~symbol_summary (PR ipa/79285).
2017-01-31 Martin Liska <mliska@suse.cz>
PR ipa/79285
* ipa-prop.c (ipa_free_all_node_params): Call release method
instead of ~sumbol_summary to not to trigger double times
dtor of hash_map.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-prop.c
More information about the Gcc-cvs
mailing list