This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
gdb-7.6 branch build failures
- From: Michael Eager <eager at eagerm dot com>
- To: "gdb at sourceware dot org" <gdb at sourceware dot org>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Cc: Joel Brobecker <brobecker at adacore dot com>
- Date: Mon, 28 Oct 2013 09:14:58 -0700
- Subject: gdb-7.6 branch build failures
- Authentication-results: sourceware.org; auth=none
Hi --
I'm seeing build failures on the gdb_7_6-branch:
src/gdb_7_6-branch/gdb/opcodes/mips-opc.c:214: warning: missing initializer
/src/gdb_7_6-branch/gdb/opcodes/mips-opc.c:214: warning: (near initialization for
`mips_builtin_opcodes[0].exclusions')
The failures are in opcodes/mips16-opc.c and opcodes/mips-opc.c,
and are caused by -Werror treating warnings about missing trailing
initializers as errors. On gdb-head, these files have been
updated to explicitly initialize trailing fields with zeros.
Is anyone building gdb_7_6-branch without these errors?
If not, I'll submit a patch for the branch to turn off
-Werror for these files.
--
Michael Eager eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306 650-325-8077