https://sourceware.org/bugzilla/show_bug.cgi?id=16023

            Bug ID: 16023
           Summary: binutils-2.23.2/binutils/debug.c:3155: possible
                    missing break ?
           Product: binutils
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com

Source code is

    case DEBUG_KIND_RANGE:
      ret = (t1->u.krange->lower == t2->u.krange->lower
         && t1->u.krange->upper == t2->u.krange->upper
         && debug_type_samep (info, t1->u.krange->type,
                  t2->u.krange->type));

    case DEBUG_KIND_ARRAY:

Suggest add missing break.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to