This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Is gcc compliant with the C++ standards


hthapar <himanshu.thapar@gmail.com> writes:

> I am a newbie and have started using different compilers and tools(C++) to
> make myself familiar with their workings. 
> I wanted to know that how compliant is gcc with the C++ standards. It is
> pretty obvious that no compiler is close to being completely compliant, but
> if there are some things which are not according to the ANSI/ISO standard;
> what are they in gcc?
>
> I will be very grateful if someone who is an expert user of gcc can answer
> this doubt of mine?

It is our intent that gcc is fully compatible with C++98, except that
"export" is not supported.  That said, there are certainly bugs, which
you can see in http://gcc.gnu.org/bugzilla/ .

Ian


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