From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19845 invoked by alias); 28 Oct 2013 16:15:03 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19805 invoked by uid 89); 28 Oct 2013 16:15:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: homiemail-a45.g.dreamhost.com Received: from caibbdcaaaaf.dreamhost.com (HELO homiemail-a45.g.dreamhost.com) (208.113.200.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 28 Oct 2013 16:15:00 +0000 Received: from homiemail-a45.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a45.g.dreamhost.com (Postfix) with ESMTP id CC10D480D1; Mon, 28 Oct 2013 09:14:58 -0700 (PDT) Received: from redwood.eagercon.com (c-50-148-128-197.hsd1.ca.comcast.net [50.148.128.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eager@eagerm.com) by homiemail-a45.g.dreamhost.com (Postfix) with ESMTPSA id 9749A480C9; Mon, 28 Oct 2013 09:14:58 -0700 (PDT) Message-ID: <526E8D82.4080700@eagerm.com> Date: Mon, 28 Oct 2013 16:15:00 -0000 From: Michael Eager User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: "gdb@sourceware.org" , "gdb-patches@sourceware.org" CC: Joel Brobecker Subject: gdb-7.6 branch build failures Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00164.txt.bz2 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