https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87105
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So I think it is an interesting interaction in that GCC cannot change a < b ? a : b into MIN_EXPR. There might be a reasoning behind this, dealing with NaNs, INF, etc.