This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] GDB 7.6 released!


> Date: Fri, 26 Apr 2013 18:07:41 +0400
> From: Joel Brobecker <brobecker@adacore.com>
> 
> 
>             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'.

Thanks for releasing GDB 7.6.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]