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))

Reply via email to