https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65427
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Jun 3 15:26:56 2015 New Revision: 224086 URL: https://gcc.gnu.org/viewcvs?rev=224086&root=gcc&view=rev Log: Backported from mainline 2015-03-16 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/65427 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New functions. (expand_vector_operations_1): Handle BLKmode vector COND_EXPR. * gcc.c-torture/execute/pr65427.c: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/pr65427.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/testsuite/ChangeLog branches/gcc-4_9-branch/gcc/tree-vect-generic.c