This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: Incomplete type message in gdb


On Wed, Jun 03, 1998 at 08:26:15AM -0500, Federico Mena Quintero wrote:

> I am using egcs-2.90.27 980315 and GDB 4.16 -- these are the ones that
> come with Red Hat Linux 5.1 for the Alpha.
> 
> I have some code like this:
> 
>   typedef struct _Foo Foo;
> 
>   struct _Foo {
>           ... blah blah ...
>   };

This is an old bug in gcc's generation of stabs that I thought had been fixed.
Thank you for catching and reporting this!
dawn