This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Nameless unions


Roger Coote wrote:
> 
> Hi,
> I have been given the task of porting a large project to Linux.  Currently
> it runs on Windows and the source code makes extensive use of Microsoft's
> 'nameless unions'.  I have looked into it and it appears that GCC does not
> support nameless unions.
> Can GCC support 'nameless unions'?
> 
> Yours
> Roger Coote
> Imagination Technologies

 'nameless unions' is not a Microsoft feature, it is a C++ feature,
unless you
are talking about using that feature in C.
  AFAIK gcc doesn't  support it for C code, but I might be wrong.

  
--
Paulo Pinto, uRD Software Engineer
Altitude Software (formerly Easyphone)

paulo.pinto@altitudesoftware.com
www.altitudesoftware.com

The opinions expressed by myself are personal and not of my employer.
Use Linux. The choice of a free generation.

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