This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/69207] [6 Regression] gcc.target/aarch64/vldN_1.c ICEs at -O3


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]