https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63696
--- Comment #3 from Maxim Ostapenko <chefmax at gcc dot gnu.org> --- Author: chefmax Date: Fri Oct 31 10:53:36 2014 New Revision: 216954 URL: https://gcc.gnu.org/viewcvs?rev=216954&root=gcc&view=rev Log: gcc/ 2014-10-31 Max Ostapenko <m.ostape...@partner.samsung.com> PR ipa/63696 * ipa-icf.c (sem_function::~sem_function): Change free to delete to avoid alloc-dealloc mismatch with new, called in ipa_icf::sem_function::init. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-icf.c