------- Comment #4 from jakub at gcc dot gnu dot org 2010-01-29 11:27 ------- When doing dataflow_set_merge where s variable is in VALUE 1 in one hash table and in VALUE 11 in the other hash table, apparently always the one that is first wins, as VALUE 11 has var->var_part[0].loc_chain->loc VALUE 1 and vice versa, so intersect_loc_chains just picks the first one.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42873