Re: [PATCH, IPA ICF] Fix PR63696.

2014-10-31 Thread Richard Biener
On Fri, Oct 31, 2014 at 9:35 AM, Maxim Ostapenko wrote: > Hi, > > this tiny patch fixes PR63696 (alloc-dealloc-mismatch in ipa-icf.c). > > Tested on x86_64-unknown-linux-gnu, ok to commit? Ok with referencing the PR from the changelog. Thanks, Richard. > -Maxim

Re: [PATCH, IPA ICF] Fix PR63696.

2014-10-31 Thread Yury Gribov
On 10/31/2014 11:35 AM, Maxim Ostapenko wrote: Hi, this tiny patch fixes PR63696 (alloc-dealloc-mismatch in ipa-icf.c). Tested on x86_64-unknown-linux-gnu, ok to commit? Could you add PR comment to ChangeLog? -Y

[PATCH, IPA ICF] Fix PR63696.

2014-10-31 Thread Maxim Ostapenko
Hi, this tiny patch fixes PR63696 (alloc-dealloc-mismatch in ipa-icf.c). Tested on x86_64-unknown-linux-gnu, ok to commit? -Maxim gcc/ChangeLog: 2014-10-31 Max Ostapenko * ipa-icf.c (sem_function::~sem_function): Change free to delete to avoid alloc-dealloc mismatch with new, called in i