Re: [PR71252][PATCH] ICE: verify_ssa failed

2016-05-24 Thread Jakub Jelinek
On Tue, May 24, 2016 at 08:38:29PM +1000, Kugan Vivekanandarajah wrote: > Hi, > > In build_and_add_sum, new stmt is created and inserted (which is the > actual use stmt). Therefore stmt_to_insert has to be inserted after > this is created. This patch moves it after. > > I don’t know how I can red

Re: [PR71252][PATCH] ICE: verify_ssa failed

2016-05-24 Thread Richard Biener
On Tue, May 24, 2016 at 12:38 PM, Kugan Vivekanandarajah wrote: > Hi, > > In build_and_add_sum, new stmt is created and inserted (which is the > actual use stmt). Therefore stmt_to_insert has to be inserted after > this is created. This patch moves it after. > > I don’t know how I can reduce the F