This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/16015] New: Coding error: 6 * possibly faulty if statement ?


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

            Bug ID: 16015
           Summary: Coding error: 6 * possibly faulty if statement ?
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com

Some possible problems picked up in static analysis by cppcheck.

[gdb-7.6.1/gdb/h8300-tdep.c:204]: (warning) Logical conjunction always
evaluates to false: disp < 0 && disp > 16777215.
[gdb-7.6.1/gdb/h8300-tdep.c:223]: (warning) Logical conjunction always
evaluates to false: disp < 0 && disp > 16777215.
[gdb-7.6.1/gdb/h8300-tdep.c:247]: (warning) Logical conjunction always
evaluates to false: disp < 0 && disp > 16777215.
[gdb-7.6.1/sim/rx/reg.c:256]: (warning) Logical disjunction always evaluates to
true: id >= 1 || id <= 15.
[gdb-7.6.1/gdb/gdbserver/ax.c:83]: (warning) Logical disjunction always
evaluates to true: op >= 0 || op < 0.
[gdb-7.6.1/gdb/testsuite/gdb.base/print-file-var-main.c:29]: (warning) Logical
disjunction always evaluates to true: v2 != 104 || v2 != 203.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]