bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/20334] New: gold/aarch64.cc:8054]: (style) Redundant condition


From: dcb314 at hotmail dot com
Subject: [Bug gold/20334] New: gold/aarch64.cc:8054]: (style) Redundant condition
Date: Thu, 07 Jul 2016 21:15:15 +0000

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

            Bug ID: 20334
           Summary: gold/aarch64.cc:8054]: (style) Redundant condition
           Product: binutils
           Version: 2.27 (HEAD)
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: dcb314 at hotmail dot com
                CC: ian at airs dot com
  Target Milestone: ---

gold/aarch64.cc:8054]: (style) Redundant condition: pair. '!pair || (pair &&
!load)' is equivalent to '!pair || !load'

Source code is

  if (Insn_utilities::aarch64_mem_op_p(insn2, &rt1, &rt2, &pair, &load)
      && (!pair || (pair && !load)))

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