https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108847

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
VRP starting doing this in GCC 5:
Folding statement: _5 = _4 != 0;
Folded into: _5 = (bool) _4;

Reply via email to