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: A couple of questions


On Aug 11, 1999, "Bogus User" <bogus_user@hotmail.com> wrote:

> "common_type called with uncommon member types (compiler error)"
> mean?  I'm getting it when I compile a large program and I can't seem to 
> reproduce it with a small example.

Then post the large program, if possible.  See 
http://egcs.cygnus.com/faq.html#bugreport

> Second question:  gcc-2.95 seems to think that "export" is a reserved word 
> in C++

It is.

> but all it does is ignore it.

Right.  In g++, it's currently ``reserved for future use''.  By
helping you avoid its mis-uses, it's saving you from wasting time in
the future.

> Is there any way to tell it that "export" is not a reserved word?

Other than -Dexport=export_that_is_not_reserved ?

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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