Re: [PR77862] ICE in add_equivalence

2016-10-06 Thread Richard Biener
On Thu, Oct 6, 2016 at 6:45 AM, kugan wrote: > Hi, > > In VRP we can generate new SSA variables while performing the propagation, > at least in EVRP. Therefore, when we access array vr_values we have to check > num_vr_values. This caused ICE for the PR77862. Attached patch fixes this. > > Bootstra

[PR77862] ICE in add_equivalence

2016-10-05 Thread kugan
Hi, In VRP we can generate new SSA variables while performing the propagation, at least in EVRP. Therefore, when we access array vr_values we have to check num_vr_values. This caused ICE for the PR77862. Attached patch fixes this. Bootstrapped and regression tested on x86_64-linux-gnu with n