This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ISO/IEC 14882:2003
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