https://sourceware.org/bugzilla/show_bug.cgi?id=25224
--- Comment #24 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=40c75bc8b07abc5d5774ea1c439b69c96e7fd485 commit 40c75bc8b07abc5d5774ea1c439b69c96e7fd485 Author: Sergey Belyashov <sergey.belyas...@gmail.com> Date: Thu Jan 9 11:47:44 2020 +0000 Fix compile time warnings about comparisons always being false. PR 25224 gas * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking opcode byte values. (emit_ld_r_r): Likewise. (emit_ld_rr_m): Likewise. (emit_ld_rr_nn): Likewise. opcodes * z80-dis.c (ld_ii_ii): Use character constant when checking opcode byte value. -- You are receiving this mail because: You are on the CC list for the bug.