On Fri, Jan 06, 2017 at 12:49:54AM -0200, Alexandre Oliva wrote: > On Jan 5, 2017, Jakub Jelinek <ja...@redhat.com> wrote: > > > You've just changed the hash function and my mail was about the fact that > > it is not enough. > > Sorry, it wasn't clear 'enough for what'. It's enough to fix the > bug/symptom I had observed and intended to fix, but yes, there is > another latent -fcompare-debug bug with a very different symptom that > the patch did not even attempt to address (because I had not even > realized we had that bug ;-)
Ok, let's do it incrementally then. Your patch is ok for trunk, and we'll work on the extra stuff later. BTW, the ICF hash traversal is what I've been trying to partly solve in PR78211, but already in the patch submission mentioned there is at least another hash table traversal that still would need adjustments. Jakub