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 middle-end/71279] [6/7 Regression] ICE on trunk gcc with knl target


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

--- Comment #4 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Author: ienkovich
Date: Fri May 27 10:39:40 2016
New Revision: 236810

URL: https://gcc.gnu.org/viewcvs?rev=236810&root=gcc&view=rev
Log:
gcc/

        PR middle-end/71279
        * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
        into comparison.

gcc/testsuite/

        PR middle-end/71279
        * gcc.dg/pr71279.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr71279.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c
    trunk/gcc/testsuite/ChangeLog

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