https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70916
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 3 11:43:06 2016 New Revision: 235815 URL: https://gcc.gnu.org/viewcvs?rev=235815&root=gcc&view=rev Log: PR tree-optimization/70916 * tree-if-conv.c (constant_or_ssa_name): Removed. (fold_build_cond_expr): Use is_gimple_val instead of constant_or_ssa_name. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-if-conv.c