https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106444
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aldyh at gcc dot gnu.org --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Btw, tree lb = wide_int_to_tree (r.type (), r.lower_bound (i)); tree ub = wide_int_to_tree (r.type (), r.upper_bound (i)); is totally ugly - we have wide_int pp_, and for ranges with tree storage we can print the tree directly (also avoiding the ICE).