This is the mail archive of the gdb-patches@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!


> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  gdb-patches@sourceware.org
> Date: Mon, 29 Apr 2013 10:21:03 +0200
> 
> Joel Brobecker <brobecker@adacore.com> writes:
> 
> > I am still a little fuzzy on what "compatible" means in terms of
> > constraints for the enum type.
> 
> This is a red herring.  Forward-declaring an enum type is a GNU
> extension, the C standard does not allow it.

Thanks.

Regardless, I don't see a lot of sense in hiding an enumerated type in
C, it's not like doing so could prevent one from using the functions
that use it, I think.


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