diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-11-12 23:35:22 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-12 23:35:22 +0000 |
commit | 222bde4319e706b678dbe902f04c583323bcb18f (patch) | |
tree | 3217640cc8edd6a3e3d7f2745c4087e2af19c6d6 /gcc | |
parent | 9b55553e37047d69aad1ba485689acc58218090a (diff) | |
download | gcc-222bde4319e706b678dbe902f04c583323bcb18f.zip gcc-222bde4319e706b678dbe902f04c583323bcb18f.tar.gz gcc-222bde4319e706b678dbe902f04c583323bcb18f.tar.bz2 |
* doc/standards.texi: Mention C99 TC1.
From-SVN: r46968
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/standards.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4597700..7578395 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 8dae44f..5d5ed0c 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -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 |