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]
Other format: [Raw text]

Re: the standard of c++ supported by gcc


On Wed, Sep 18, 2002 at 07:07:00PM -0400, Phil Edwards wrote:
> On Wed, Sep 18, 2002 at 10:49:47AM +0800, luda_s wrote:
> > Dear gcc fellows: 
> > I want to know the standard of c++ supported by gcc,does gcc support ISO98 compeletely ? 
> 
> Not completely.  No compiler supports it completely yet.
> 
> The 'export' keyword doesn't do anything special yet (besides give a
> message).  There are some template parsing and lookup issues that probably
> won't matter to you unless you're writing unusual code.  The library still
> needs work.
> 
> GCC is still very close to compliance when compared to other mainstream
> compilers, however.

The file gcc/doc/standards.texi contains this line:

@c FIXME: details of C++ standard.

It sure would be nice for someone who knows the state of GCC's
conformance to the C++ standard to add something to the manual there.

Janis


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