https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68215
--- Comment #5 from Richard Henderson <rth at gcc dot gnu.org> --- Author: rth Date: Wed Mar 16 23:53:01 2016 New Revision: 234271 URL: https://gcc.gnu.org/viewcvs?rev=234271&root=gcc&view=rev Log: Gimplify vec_cond_expr with condition inside PR middle-end/70240 PR middle-end/68215 PR tree-opt/68714 * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the first operand as is_gimple_condexpr. Modified: trunk/gcc/ChangeLog trunk/gcc/gimplify.c