On 11/12/12, Lawrence Crowl <cr...@googlers.com> wrote: > It appears that > > static bitmap clear_alias_sets = NULL; > > is never set, and as a consequence > > clear_alias_set_lookup (alias_set_type alias_set) > > is never called. This conclusion is reinforced because it > unconditionally uses htab_t clear_alias_mode_table, which is never > allocated.
This is in dse.c. -- Lawrence Crowl