Re: [PATCH 1/5] Implement abstract vrange class.

2022-06-01 Thread Aldy Hernandez via Gcc-patches
Final patch committed. Includes support for class unsupported_range. Re-tested on x86-64 Linux. On Mon, May 30, 2022 at 3:28 PM Aldy Hernandez wrote: > > This is a series of patches making ranger type agnostic in preparation > for contributing support for other types of ranges (pointers and > f

[PATCH 1/5] Implement abstract vrange class.

2022-05-30 Thread Aldy Hernandez via Gcc-patches
This is a series of patches making ranger type agnostic in preparation for contributing support for other types of ranges (pointers and floats initially). The first step in this process is to implement vrange, an abstract class that will be exclusively used by ranger, and from which all ranges wil