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

            Bug ID: 66883
           Summary: config/epiphany/udivsi3-float.c:52: bad if test ?
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

trunk/libgcc/config/epiphany/udivsi3-float.c:52]: (style) Checking if unsigned
variable 'a' is less than zero.

 if (a < 0)
    u0.i = (a >> 8) - 0x00800000 + 0x3f800000 + (31 << 23);

but

unsigned int
__udivsi3 (unsigned int a, unsigned int b)

Reply via email to