bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/18679] New: config/xtensa-relax.c:872: bad if ?


From: dcb314 at hotmail dot com
Subject: [Bug gas/18679] New: config/xtensa-relax.c:872: bad if ?
Date: Wed, 15 Jul 2015 12:34:11 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]