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

            Bug ID: 18679
           Summary: config/xtensa-relax.c:872: bad if ?
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

config/xtensa-relax.c:872] -> [src/gas/config/xtensa-relax.c:872]: (style) Same
expression on both sides of '||'.

 if (m1->operand_name == NULL || m1->operand_name == NULL)

Maybe

 if (m1->operand_name == NULL || m2->operand_name == NULL)

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to