https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69207

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 11 17:55:38 2016
New Revision: 232233

URL: https://gcc.gnu.org/viewcvs?rev=232233&root=gcc&view=rev
Log:
        PR tree-optimization/69207
        * tree-vect-slp.c (vect_get_constant_vectors): For
        VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
        fold_convertible_p to vector_type's element type, and always
        use VCE for non-VECTOR_BOOLEAN_TYPE_P.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-slp.c

Reply via email to