This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] patch for mips gdb build failure with latest gcc


On Sat, Nov 17, 2001 at 09:17:55PM -0700, Fred Fish wrote:
> Gdb for mips does not currently build with the latest gcc.  The error
> message is:
> 
>   In file included from support.c:26:
>   sim-main.h:370: unnamed fields of type other than struct or union are not allowed
> 
> The problem is an enum declaration inside a struct declaration, which
> is apparently now illegal.  This patch fixes it.
> 
> 
>   2001-11-17  Fred Fish  <fnf@redhat.com>
> 
> 	* sim-main.h (float_operation): Move enum declaration outside
> 	of _sim_cpu struct declaration.

For the record, I'm pretty sure this is a bug in GCC, and I think it
may have been fixed on the trunk.  How recent is your "latest" GCC?

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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