https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126103
--- Comment #4 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- (In reply to Aldy Hernandez from comment #3) > This should’ve been handled by: > > path_range_query::range_on_path_entry (vrange &r, tree name) > > which is supposed to query the root ranger when it can’t resolve an SSA name. > > I have not investigated why. range_on_path_entry() is calling the root ranger correctly, but it is returning VARYING for _890 on entry to BB 367. Andrew?
