[Bug ipa/79285] [7 Regression] new valgrind error in build
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 31 10:55:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79285
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
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-bugs
mailing list