x86: Add () to silence GCC 5
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 27 Apr 2021 15:16:55 +0000 (08:16 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 27 Apr 2021 15:16:55 +0000 (08:16 -0700)
commit60cfa10c36668e3298bab35e9dc86624f3ddf61a
tree3781cc32e10bd9d94a9d5557d90687cef8f038d9
parent3d64c987c7ca9451bae7dd23ce147ce460caeb20
x86: Add () to silence GCC 5

Add () to !i.prefix[ADDR_PREFIX] to silence GCC 5:

gas/config/tc-i386.c:4152:31: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
     && !i.prefix[ADDR_PREFIX] != (flag_code == CODE_32BIT))
                               ^

* config/tc-i386.c (optimize_encoding): Add () to silence GCC 5.
gas/ChangeLog
gas/config/tc-i386.c