https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78309
--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Thu Nov 24 10:12:24 2016 New Revision: 242824 URL: https://gcc.gnu.org/viewcvs?rev=242824&root=gcc&view=rev Log: Add sem_item::m_hash_set (PR ipa/78309) PR ipa/78309 * ipa-icf.c (void sem_item::set_hash): Update m_hash_set. (sem_function::get_hash): Use the new field. (sem_function::parse): Remove an argument from ctor. (sem_variable::parse): Likewise. (sem_variable::get_hash): Use the new field. (sem_item_optimizer::read_section): Use new ctor and set hash. * ipa-icf.h: _hash is removed from sem_item::sem_item, sem_variable::sem_variable, sem_function::sem_function. Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/ipa-icf.c branches/gcc-5-branch/gcc/ipa-icf.h