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;
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 20 May 2023 16:36:34 -0700
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;