From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3810 invoked by alias); 27 Apr 2013 08:00:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 3793 invoked by uid 89); 27 Apr 2013 08:00:42 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 27 Apr 2013 08:00:41 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MLW00E00M76ML00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sat, 27 Apr 2013 11:00:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MLW00CB9M90YKB0@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sat, 27 Apr 2013 11:00:37 +0300 (IDT) Date: Sun, 28 Apr 2013 22:59:00 -0000 From: Eli Zaretskii Subject: Re: [ANNOUNCEMENT] GDB 7.6 released! In-reply-to: <83k3nptk18.fsf@gnu.org> To: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837gjotnc9.fsf@gnu.org> References: <83k3nptk18.fsf@gnu.org> X-SW-Source: 2013-04/txt/msg00842.txt.bz2 > Date: Fri, 26 Apr 2013 17:59:31 +0300 > From: Eli Zaretskii > > > Date: Fri, 26 Apr 2013 18:07:41 +0400 > > From: Joel Brobecker > > > > > > GDB 7.6 released! > > > > Release 7.6 of GDB, the GNU Debugger, is now available via anonymous > > FTP. > > Building on MinGW, I needed to add > > #include "exceptions.h" > > to utils.h, in order to prevent numerous warnings such as this one: > > In file included from ./defs.h:803, > from ./common/agent.c:23: > ./utils.h:284: warning: parameter has incomplete type > > The offending incomplete type is 'enum errors'. Any reason not to include exceptions.h in utils.h, to avoid these warnings?