C/ISO 9899
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Tue Feb 29 02:09:00 GMT 2000
> I'm working in a C debuger wich needs to be compliant with the C ISO/IEC
> 9899. I would like to know if a version of GCC will work with programs
> using this version of C.
Sure it will. Please note that this is not the most specific
reference; you are propably referring to ISO/IEC 9899:1990. GCC will
accept programs written in this language; it will reject all others
and stick to a strict interpretation of the standard if invoked as
'gcc -ansi -pedantic'.
Recently, the standard has been revised; the official version now is
ISO/IEC 9899:1999. GCC supports a number of new features of that
standard, see http://gcc.gnu.org/c9xstatus.html for details. GCC
continues to support standard C programs which don't use any of the
new features.
Regards,
Martin
More information about the Gcc
mailing list