ISO/IEC 14882:2003
Giovanni Bajo
giovannibajo@libero.it
Wed Oct 26 11:03:00 GMT 2005
Turner, Keith S <keith.s.turner@lmco.com> wrote:
> The man page information for the gcc c++98 option says that the
> compiler will be compliant with "The 1998 ISO C++ standard plus
> amendments." Are the amendments referring to the changes to the C++
> standard that is now "ISO/IEC 14882:2003". I need to know if "ISO/IEC
> 14882:2003" is supported by gcc 4.0.2.
Yes, it is partly supported. You can look into the source code, directory
gcc/testsuite/g++.dg/tc1, for testcases which record the status with respect to
14882:2003. There is one file per defect report: if you see "xfail" in the
comments, it means that test does not work yet, and thus that defect report is
not implemented yet.
Giovanni Bajo
More information about the Gcc
mailing list