Re: [patch] Fix SSA corruption with SLP

2011-03-28 Thread Eric Botcazou
> GSI? All the other functions of the vectorizer still have BSI in the comments. ;-) > OK for the mainline otherwise. Thanks! -- Eric Botcazou

Re: [patch] Fix SSA corruption with SLP

2011-03-28 Thread Ira Rosen
gcc-patches-ow...@gcc.gnu.org wrote on 27/03/2011 03:40:44 PM: > > Hi, > > the attached testcase exhibits a corruption of the SSA form: > > t.c: In function 'foo': > t.c:9:10: error: definition in block 2 follows the use > for SSA_NAME: vect_p.7_12 in statement: > # VUSE <.MEM_6(D)> > vect_var_.8

[patch] Fix SSA corruption with SLP

2011-03-27 Thread Eric Botcazou
Hi, the attached testcase exhibits a corruption of the SSA form: t.c: In function 'foo': t.c:9:10: error: definition in block 2 follows the use for SSA_NAME: vect_p.7_12 in statement: # VUSE <.MEM_6(D)> vect_var_.8_13 = MEM[(struct R *)vect_p.7_12]; t.c:9:10: internal compiler error: verify_ssa f