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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
While you touch it, shouldn't e.g.
  /* Avoid largest negative number.  */
  if (n != -n
be fixed as well (don't we fold that as n != 0?)?

Reply via email to