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
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