https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66718
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sun Jul 5 12:11:57 2015 New Revision: 225433 URL: https://gcc.gnu.org/viewcvs?rev=225433&root=gcc&view=rev Log: PR tree-optimization/66718 * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store, vectorizable_load, vectorizable_condition): Move vectype, nunits, ncopies computation after checking what kind of statement stmt is. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-vect-stmts.c