Re: Fix polymorphic type matching in ipa-icf

2015-03-13 Thread Bernhard Reutner-Fischer
On March 13, 2015 7:30:43 AM GMT+01:00, Jan Hubicka wrote: >Hi, not commenting on the patch itself. s/DELC_CXX_CONSTRUCTOR/DECL_CXX_CONSTRUCTOR/ s/consutrctors/constructors/ Thanks,

Fix polymorphic type matching in ipa-icf

2015-03-12 Thread Jan Hubicka
Hi, this patch fixes IPA-ICF's polymorphic type matching. Basically ipa-polymorphic-call looks for the following cases: - data living in automatic or static variables of polymorphic type - dynamic type changes done by explicit calls to constructor or writes of virtual table pointer - pa