This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: gdb-7.6 branch build failures
- From: Michael Eager <eager at eagerm dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: "gdb at sourceware dot org" <gdb at sourceware dot org>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>, Joel Brobecker <brobecker at adacore dot com>
- Date: Mon, 28 Oct 2013 11:42:30 -0700
- Subject: Re: gdb-7.6 branch build failures
- Authentication-results: sourceware.org; auth=none
- References: <526E8D82 dot 4080700 at eagerm dot com> <8738nlckrb dot fsf at fleche dot redhat dot com>
On 10/28/13 11:28, Tom Tromey wrote:
"Michael" == Michael Eager <eager@eagerm.com> writes:
Michael> Is anyone building gdb_7_6-branch without these errors?
Michael> If not, I'll submit a patch for the branch to turn off
Michael> -Werror for these files.
If the fix is straightforward, I suggest just back-porting it instead.
The Makefile entries for mips-opc.c, etc., already specify
$(NO_MISSING_FIELD_INITIALIZERS). Unfortunately, this is
null if the version of gcc does not support -Wno-missing-field-initializers.
(I'm building on a system with gcc-3.4.6.)
I'm working on a patch to configure/configure.in which will change set
NO_MISSING_FIELD_INITIALIZERS to -Wno-error if -Wno-missing-field-initializers
is not supported.
--
Michael Eager eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306 650-325-8077