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: does gcc meet these guidelines?


On 23-Aug-2002, Andrew Shewmaker <shewa@inel.gov> wrote:
> Y  5.3 compiler for ANSI/ISO/IEC 14882-1998 C++

GNU C++ does not yet fully conform to the 1998 C++ standard.
For example, it does not support the "export" keyword.

(Fully-conforming C++ implementations are currently still
few and far between.)

> Y  5.7 ANSI/IEEE 1003.1c POSIX threads (pthreads)

This is a library issue, rather than a gcc issue.
Support for POSIX threads varies between different platforms.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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