https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121904
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ah, ok, in that case it is my fault, not a bug in the ranger, get_range_pos_neg uses int_range_max and so can handle just integral types, not pointer types.