http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46126
Ira Rosen <irar at il dot ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2010.10.22 10:10:48 AssignedTo|unassigned at gcc dot |irar at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #2 from Ira Rosen <irar at il dot ibm.com> 2010-10-22 10:10:48 UTC --- It's a copy-paste error, testing: Index: tree-vect-stmts.c =================================================================== --- tree-vect-stmts.c (revision 165814) +++ tree-vect-stmts.c (working copy) @@ -4663,7 +4663,7 @@ vect_analyze_stmt (gimple stmt, bool *ne else { if (bb_vinfo) - ok = (vectorizable_shift (stmt, NULL, NULL, NULL) + ok = (vectorizable_shift (stmt, NULL, NULL, node) || vectorizable_operation (stmt, NULL, NULL, node) || vectorizable_assignment (stmt, NULL, NULL, node) || vectorizable_load (stmt, NULL, NULL, node, NULL) Ira