Re: [PATCH 1/5] fix anti-range dumping

2023-03-01 Thread Aldy Hernandez via Gcc-patches
Ughh, you're touching everything I'm nuking next release ;-). But yes, that's an oversight. OK. On Tue, Feb 28, 2023 at 2:48 PM Richard Biener via Gcc-patches wrote: > > when vrange_printer::visit gets a VR_ANTI_RANGE it should print it > as such, not just print the first element as range. Whe

[PATCH 1/5] fix anti-range dumping

2023-02-28 Thread Richard Biener via Gcc-patches
when vrange_printer::visit gets a VR_ANTI_RANGE it should print it as such, not just print the first element as range. When irange::num_pairs and upper/lower_bound are fixed that would no longer print a canonicalized anti-range. * value-range-pretty-print.cc (vrange_printer::visit):