http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54748



             Bug #: 54748

           Summary: libmudflap/mf-hooks2.c:1776: possible missing break ?

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: libmudflap

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: dcb...@hotmail.com





case GETALL:

    MF_VALIDATE_EXTENT (arg.array, sizeof (*arg.array), __MF_CHECK_WRITE,

      "semctl array");

  case SETALL:



All the other cases in this switch have break, this one doesn't.

Suggest either add a break, or add a comment to document the fallthrough.

Reply via email to