Re: [PATCH] Fix PR64277

2015-01-27 Thread Ilya Enkovich
2015-01-27 13:59 GMT+03:00 Richard Biener : > On Tue, 27 Jan 2015, Ilya Enkovich wrote: > >> 2015-01-27 12:47 GMT+03:00 Richard Biener : >> > On Tue, 27 Jan 2015, Jakub Jelinek wrote: >> > >> >> On Tue, Jan 27, 2015 at 10:25:48AM +0100, Richard Biener wrote: >> >> > >> >> > This disables array-boun

Re: [PATCH] Fix PR64277

2015-01-27 Thread Richard Biener
On Tue, 27 Jan 2015, Ilya Enkovich wrote: > 2015-01-27 12:47 GMT+03:00 Richard Biener : > > On Tue, 27 Jan 2015, Jakub Jelinek wrote: > > > >> On Tue, Jan 27, 2015 at 10:25:48AM +0100, Richard Biener wrote: > >> > > >> > This disables array-bound warnings from VRP2 as discussed. > >> > > >> > Boot

Re: [PATCH] Fix PR64277

2015-01-27 Thread Ilya Enkovich
2015-01-27 12:47 GMT+03:00 Richard Biener : > On Tue, 27 Jan 2015, Jakub Jelinek wrote: > >> On Tue, Jan 27, 2015 at 10:25:48AM +0100, Richard Biener wrote: >> > >> > This disables array-bound warnings from VRP2 as discussed. >> > >> > Bootstrapped and tested on x86_64-unknown-linux-gnu - ok for tr

Re: [PATCH] Fix PR64277

2015-01-27 Thread Richard Biener
On Tue, 27 Jan 2015, Jakub Jelinek wrote: > On Tue, Jan 27, 2015 at 10:25:48AM +0100, Richard Biener wrote: > > > > This disables array-bound warnings from VRP2 as discussed. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu - ok for trunk? > > So nothing in the testsuite needed to ch

Re: [PATCH] Fix PR64277

2015-01-27 Thread Jakub Jelinek
On Tue, Jan 27, 2015 at 10:25:48AM +0100, Richard Biener wrote: > > This disables array-bound warnings from VRP2 as discussed. > > Bootstrapped and tested on x86_64-unknown-linux-gnu - ok for trunk? So nothing in the testsuite needed to change? Nice. Ok for trunk. > I'll search for duplicates

[PATCH] Fix PR64277

2015-01-27 Thread Richard Biener
This disables array-bound warnings from VRP2 as discussed. Bootstrapped and tested on x86_64-unknown-linux-gnu - ok for trunk? I'll search for duplicates and add a few testcases. Thanks, Richard. 2015-01-27 Richard Biener PR tree-optimization/64277 * tree-vrp.c (vrp_finaliz