https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70916
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 10 16:59:04 2016 New Revision: 236094 URL: https://gcc.gnu.org/viewcvs?rev=236094&root=gcc&view=rev Log: Backported from mainline 2016-05-03 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/70916 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P. * gcc.c-torture/compile/pr70916.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr70916.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/testsuite/ChangeLog branches/gcc-6-branch/gcc/tree-vect-patterns.c