* doc/standards.texi: Mention C99 TC1.

From-SVN: r46968
This commit is contained in:
Joseph Myers 2001-11-12 23:35:22 +00:00 committed by Joseph Myers
parent 9b55553e37
commit 222bde4319
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-11-12 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/standards.texi: Mention C99 TC1.
2001-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* mips-protos.h (mips_output_conditional_branch): Const-ify.

View File

@ -85,6 +85,10 @@ standard, use @option{-std=c99} or @option{-std=iso9899:1999}. (While in
development, drafts of this standard version were referred to as
@dfn{C9X}.)
Errors in the 1999 ISO C standard were corrected in a Technical
Corrigendum published in 2001. GCC does not support the uncorrected
version.
@opindex traditional
GCC also has some limited support for traditional (pre-ISO) C with the
@option{-traditional} option. This support may be of use for compiling