> Hello. > > Following patch fixed the issue, where we have to check if function summary > for IPA CP has been already created. > > Tested on x86_64-linux-pc w/o any new regression introduced. > Ready for trunk? > > Thanks, > Martin
> >From c33680093e67328863836a845e847bf1b1b23d0e Mon Sep 17 00:00:00 2001 > From: mliska <mli...@suse.cz> > Date: Sun, 29 Mar 2015 20:20:33 +0200 > Subject: [PATCH] Fix PR65557. > > gcc/ChangeLog: > > 2015-03-29 Martin Liska <mli...@suse.cz> > > PR ipa/65557 > * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP > has already filled up function summary. OK, there is one extra occurence of flag_ipa_cp test, so please update it consistently. Honza