dcb314 at hotmail dot com
2016-04-26 18:12:06 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=20001
Bug ID: 20001
Summary: src/gdb/breakpoint.c:3092: redundant test ?
Product: gdb
Version: HEAD
Status: NEW
Severity: minor
Priority: P2
Component: breakpoints
Assignee: unassigned at sourceware dot org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
src/gdb/breakpoint.c:3092]: (style) Redundant condition: bl.inserted.
'!bl.inserted || (bl.inserted && !bl.needs_update)' is equivalent to
'!bl.inserted || !bl.needs_update'
Source code is
if (!bl->inserted || (bl->inserted && !bl->needs_update))
Bug ID: 20001
Summary: src/gdb/breakpoint.c:3092: redundant test ?
Product: gdb
Version: HEAD
Status: NEW
Severity: minor
Priority: P2
Component: breakpoints
Assignee: unassigned at sourceware dot org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
src/gdb/breakpoint.c:3092]: (style) Redundant condition: bl.inserted.
'!bl.inserted || (bl.inserted && !bl.needs_update)' is equivalent to
'!bl.inserted || !bl.needs_update'
Source code is
if (!bl->inserted || (bl->inserted && !bl->needs_update))
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.