[Bug target/69286] New: trunk/libgcc/config/s390/tpf-unwind.h: 28 redundant condition ?
dcb314 at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jan 14 21:38:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69286
Bug ID: 69286
Summary: trunk/libgcc/config/s390/tpf-unwind.h: 28 redundant
condition ?
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
1.
[trunk/libgcc/config/s390/tpf-unwind.h:182]: (style) Redundant condition:
frameDepth2. '!frameDepth2 || (frameDepth2 && !firstIteration)' is equivalent
to '!frameDepth2 || !firstIteration'
if (!frameDepth2 || (frameDepth2 && !firstIteration))
2.
[trunk/libgcc/config/s390/tpf-unwind.h:240]: (style) Redundant condition:
frameDepth2. '!frameDepth2 || (frameDepth2 && !firstIteration)' is equivalent
to '!frameDepth2 || !firstIteration'
if (!frameDepth2 || (frameDepth2 && !firstIteration))
More information about the Gcc-bugs
mailing list