bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/16023] New: binutils-2.23.2/binutils/debug.c:3155: possibl


From: dcb314 at hotmail dot com
Subject: [Bug binutils/16023] New: binutils-2.23.2/binutils/debug.c:3155: possible missing break ?
Date: Wed, 09 Oct 2013 09:53:08 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]