On Thu, 15 Oct 2015, Richard Biener wrote: > > Get rid of some of the ancient way of building stmts and SSA names. > > Bootstrapped & tested on x86_64-unknown-linux-gnu, applied.
Committed an old patch, fixed now. 2015-10-15 Richard Biener <rguent...@suse.de> * tree-vect-stmts.c (vect_init_vector): Remove unused vars. Index: gcc/tree-vect-stmts.c =================================================================== --- gcc/tree-vect-stmts.c (revision 228841) +++ gcc/tree-vect-stmts.c (working copy) @@ -1296,9 +1296,7 @@ vect_init_vector_1 (gimple *stmt, gimple tree vect_init_vector (gimple *stmt, tree val, tree type, gimple_stmt_iterator *gsi) { - tree new_var; gimple *init_stmt; - tree vec_oprnd; tree new_temp; if (TREE_CODE (type) == VECTOR_TYPE