On Sun, May 31, 2020 at 7:31 PM Jeff Law wrote:
>
> On Mon, 2020-05-18 at 20:11 +0200, Aldy Hernandez wrote:
> > As a follow-up to the patch moving array bounds checking into its own
> > class, this moves the class into its own files. As I've mentioned
> > previously, having it in tree-vrp just p
On Mon, 2020-05-18 at 20:11 +0200, Aldy Hernandez wrote:
> As a follow-up to the patch moving array bounds checking into its own
> class, this moves the class into its own files. As I've mentioned
> previously, having it in tree-vrp just pollutes the file with unrelated
> stuff.
>
> Jeff, I kn
On Tue, 2020-05-19 at 09:10 +0200, Richard Biener wrote:
> On Mon, May 18, 2020 at 8:21 PM Aldy Hernandez via Gcc-patches
> wrote:
> > As a follow-up to the patch moving array bounds checking into its own
> > class, this moves the class into its own files. As I've mentioned
> > previously, having
On Mon, May 18, 2020 at 8:21 PM Aldy Hernandez via Gcc-patches
wrote:
>
> As a follow-up to the patch moving array bounds checking into its own
> class, this moves the class into its own files. As I've mentioned
> previously, having it in tree-vrp just pollutes the file with unrelated
> stuff.
>
As a follow-up to the patch moving array bounds checking into its own
class, this moves the class into its own files. As I've mentioned
previously, having it in tree-vrp just pollutes the file with unrelated
stuff.
Jeff, I know you've mentioned you'd like to move the array bounds
checking to