https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79901
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 30 08:07:30 2017 New Revision: 248654 URL: https://gcc.gnu.org/viewcvs?rev=248654&root=gcc&view=rev Log: Backported from mainline 2017-03-07 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/79901 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no min/max expander, expand it using expand_vec_cond_expr. Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/expr.c