From 614233f77cc0c3d340b6369b85df1a702be173c2 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Mon, 12 Nov 2001 23:35:22 +0000 Subject: [PATCH] * doc/standards.texi: Mention C99 TC1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46968 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/standards.texi | 4 ++++ 2 files changed, 8 insertions(+) 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 + + * doc/standards.texi: Mention C99 TC1. + 2001-11-12 Kaveh R. Ghazi * 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 -- 2.11.0