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

            Bug ID: 90298
           Summary: libquadmath/math/catanhq.c:113: possibly redundant
                    code ?
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libquadmath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

libquadmath/math/catanhq.c:113] -> [trunk/libquadmath/math/catanhq.c:114]:
(style) Assignment 'den=0' is redundant with condition 'den==0'.

Source code is

              if (den == 0)
                den = 0;

Strange code. Should this code be removed or should an explanatory comment
be added ?

Reply via email to