Hi Daniel and Diego, I see that tree-ssa-structalias.h contains
varray_type num_references; around line 58 as a member of alias_info, but it doesn't seem to be used anywhere. Is this going to be used in near future? VARRAY is going away pretty soon, so we have to do something -- either remove the line or convert it to VEC somehow. Thanks, Kazu Hirata