https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87105
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- One more point is in C++ (a < b ? b : a) is a lvalue which might also interfer with converting it into min/max.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87105
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- One more point is in C++ (a < b ? b : a) is a lvalue which might also interfer with converting it into min/max.