https://sourceware.org/bugzilla/show_bug.cgi?id=25224
Luis Machado <luis.machado at linaro dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luis.machado at linaro dot org --- Comment #20 from Luis Machado <luis.machado at linaro dot org> --- This seems to be causing build errors for GDB on aarch64 (and possibly other archs, maybe s390 as well) on the buildbots. gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c ../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o ../../binutils-gdb/opcodes/z80-dis.c: In function 'ld_ii_ii': ../../binutils-gdb/opcodes/z80-dis.c:606:36: error: comparison is always false due to limited range of data type [-Werror=type-limits] p = (buf->data[buf->n_fetch - 2] == '\xdd') ? 0 : 1; GDB builds with Werror, so this warning will trigger a build failure. Could you please take a look at it? -- You are receiving this mail because: You are on the CC list for the bug.