http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51725
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-02 14:58:30 UTC --- While the http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51725#c5 change might not be a complete solution, I think it is right and desirable, because new_elt_loc_list doesn't add the MEM location to mem_elt's locs, but to its canonical_cselib_val's locs (if different from mem_elt of course), and at that point we'd be adding e.g. into addr_list as well as first_containing_mem chain something that didn't get any MEM locs.