Re: [patch] cleanup legacy_union and legacy intersect in value_range.

2020-10-05 Thread Andrew MacLeod via Gcc-patches
On 10/5/20 11:51 AM, Aldy Hernandez wrote: More changes from the ranger branch that been tested and retested, including a full Fedora build. These are cleanups so that multi-range union/intersect doesn't have to deal with legacy code.  Instead, these should be done in legacy mode. OK pending

[patch] cleanup legacy_union and legacy intersect in value_range.

2020-10-05 Thread Aldy Hernandez via Gcc-patches
More changes from the ranger branch that been tested and retested, including a full Fedora build. These are cleanups so that multi-range union/intersect doesn't have to deal with legacy code. Instead, these should be done in legacy mode. OK pending new tests against trunk? gcc/ChangeLog: