This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to make manual mention C99 TC1


This patch adds a mention of C99 TC1 to the manual.  It passes "make
info" and "make dvi".  Applied to mainline.  (The official PDF of TC1
isn't yet available from the WG14 web site, though ISO and IEC will
provide for no charge on request; I'll add a link to readings.html
when it is available from the WG14 site.)

Incidentally, the C++ maintainers still need to add a description of
the C++ standard and GCC's support for it to this part of the manual.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.11869
diff -u -r1.11869 ChangeLog
--- ChangeLog	2001/11/12 22:57:44	1.11869
+++ ChangeLog	2001/11/12 23:27:52
@@ -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.
Index: doc/standards.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/standards.texi,v
retrieving revision 1.1
diff -u -r1.1 standards.texi
--- standards.texi	2001/11/11 11:31:24	1.1
+++ standards.texi	2001/11/12 23:27:52
@@ -85,6 +85,10 @@
 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

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]