diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-12 23:35:22 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-12 23:35:22 +0000 |
commit | 614233f77cc0c3d340b6369b85df1a702be173c2 (patch) | |
tree | 3217640cc8edd6a3e3d7f2745c4087e2af19c6d6 | |
parent | 5f10a4660f98257e41a2e6e139675bbe06bbedf2 (diff) | |
download | gcc-614233f77cc0c3d340b6369b85df1a702be173c2.tar.gz |
* doc/standards.texi: Mention C99 TC1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46968 138bc75d-0d04-0410-961f-82ee72b054a4
-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 45977001bea..75783955edf 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 8dae44f8382..5d5ed0c9a9b 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 |