Re: [PATCH] Fix PR57441 (memory error in SLSR)

2013-05-29 Thread Richard Biener
On Wed, May 29, 2013 at 4:50 PM, Bill Schmidt wrote: > Hi, > > Prior to adding conditional candidates to SLSR, the size of the > increment vector was bounded by the number of related candidates, and > the vector was malloc'd to be that size. With conditional candidates, > there can be an addition

[PATCH] Fix PR57441 (memory error in SLSR)

2013-05-29 Thread Bill Schmidt
Hi, Prior to adding conditional candidates to SLSR, the size of the increment vector was bounded by the number of related candidates, and the vector was malloc'd to be that size. With conditional candidates, there can be an additional increment for each related PHI operand, causing potential over