Re: [patch] move array bounds checking into its own file

2020-05-31 Thread Aldy Hernandez via Gcc-patches
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

Re: [patch] move array bounds checking into its own file

2020-05-31 Thread Jeff Law via Gcc-patches
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

Re: [patch] move array bounds checking into its own file

2020-05-19 Thread Jeff Law via Gcc-patches
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

Re: [patch] move array bounds checking into its own file

2020-05-19 Thread Richard Biener via Gcc-patches
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. >

[patch] move array bounds checking into its own file

2020-05-18 Thread Aldy Hernandez via Gcc-patches
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