This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch to add GCC 3.1 version of c99status.html
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 28 Feb 2002 23:13:39 +0000 (GMT)
- Subject: Patch to add GCC 3.1 version of c99status.html
I've created a page gcc-3.1/c99status.html, as a copy of
c99status.html with the first patch below applied, and applied the
second patch below to c99status.html to link to it. I've also applied
the manual patches below to the 3.1 branch (only) manual, to link to
gcc-3.1/c99status.html rather than the version for the mainline.
--- c99status.html Sun Jan 20 11:31:48 2002
+++ gcc-3.1/c99status.html Thu Feb 28 23:04:49 2002
@@ -17,10 +17,9 @@
headers required of conforming freestanding implementations (clause 4
paragraph 6) do not count as library issues.</p>
-<p>This page describes the C99 support in mainline GCC CVS, not in any
-particular release. Information is also available on <a
-href="gcc-3.0/c99status.html">C99 support in GCC 3.0</a>, but not on
-the much more limited support in GCC 2.95.</p>
+<p>This page describes the C99 support in GCC 3.1. Information on <a
+href="../c99status.html">C99 support in mainline CVS GCC</a> is also
+available.</p>
<p>See below the table for further notes on some issues.</p>
Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.30
diff -u -r1.30 c99status.html
--- c99status.html 2002/01/19 12:48:33 1.30
+++ c99status.html 2002/02/28 23:06:08
@@ -19,6 +19,7 @@
<p>This page describes the C99 support in mainline GCC CVS, not in any
particular release. Information is also available on <a
+href="gcc-3.1/c99status.html">C99 support in GCC 3.1</a> and on <a
href="gcc-3.0/c99status.html">C99 support in GCC 3.0</a>, but not on
the much more limited support in GCC 2.95.</p>
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.13152.2.19
diff -u -r1.13152.2.19 ChangeLog
--- ChangeLog 2002/02/28 19:44:33 1.13152.2.19
+++ ChangeLog 2002/02/28 23:11:32
@@ -1,3 +1,8 @@
+2002-02-28 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * doc/invoke.texi, doc/standards.texi: Link to
+ gcc-3.1/c99status.html.
+
2002-02-28 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.119
diff -u -r1.119 invoke.texi
--- invoke.texi 2002/02/25 13:25:11 1.119
+++ invoke.texi 2002/02/28 23:11:32
@@ -1017,7 +1017,7 @@
@itemx iso9899:1999
@itemx iso9899:199x
ISO C99. Note that this standard is not yet fully supported; see
-@w{@uref{http://gcc.gnu.org/c99status.html}} for more information. The
+@w{@uref{http://gcc.gnu.org/gcc-3.1/c99status.html}} for more information. The
names @samp{c9x} and @samp{iso9899:199x} are deprecated.
@item gnu89
Index: doc/standards.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/standards.texi,v
retrieving revision 1.3
diff -u -r1.3 standards.texi
--- standards.texi 2002/02/23 12:59:09 1.3
+++ standards.texi 2002/02/28 23:11:32
@@ -80,7 +80,7 @@
A new edition of the ISO C standard was published in 1999 as ISO/IEC
9899:1999, and is commonly known as @dfn{C99}. GCC has incomplete
support for this standard version; see
-@uref{http://gcc.gnu.org/c99status.html} for details. To select this
+@uref{http://gcc.gnu.org/gcc-3.1/c99status.html} for details. To select this
standard, use @option{-std=c99} or @option{-std=iso9899:1999}. (While in
development, drafts of this standard version were referred to as
@dfn{C9X}.)
--
Joseph S. Myers
jsm28@cam.ac.uk