PATCH for Re: GCC 3.0.1 Released

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Fri Aug 24 07:03:00 GMT 2001


On Thu, 23 Aug 2001, Mark Mitchell wrote:
> I've taken care of this.

...and here are some further changes:

  Mention all GCC 3.0.x releases (and their corresponding changes).

Installed & HTH,
Gerald

Index: gcc-3.0.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/gcc-3.0.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 gcc-3.0.html
--- gcc-3.0.html	2001/08/24 06:41:51	1.6
+++ gcc-3.0.html	2001/08/24 14:00:45
@@ -11,7 +11,10 @@
 <p>August 20, 2001</p>

 <p>The <a href=" http://www.gnu.org/" ;>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC version 3.0.1.</p>
+developers are pleased to announce the release of GCC 3.0.1,
+which is a bug-fix release following
+GCC 3.0 released on June 18, 2001.
+</p>

 <p>GCC used to stand for the GNU C Compiler, but since the compiler
 supports several other languages aside from C, it now stands for the
Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.17
diff -u -3 -p -r1.17 features.html
--- features.html	2001/06/28 21:43:32	1.17
+++ features.html	2001/08/24 14:00:46
@@ -144,6 +144,16 @@
   </ul></li>
   <li>Plus a great many bugfixes and almost all the <a
   href="../gcc-2.95/features.html">features found in GCC 2.95</a>.</li>
+
+  <li>Additional changes in GCC 3.0.1
+  <ul>
+    <li>C++ fixes for incorrect code-generation.</li>
+    <li>Improved cross-compiling support for the C++ standard library.</li>
+    <li>Fixes for some embedded targets that worked in GCC 2.95.3, but
+        not in GCC 3.0.</li>
+    <li>Fixes for various exception-handling bugs.</li>
+    <li>A port to the S/390 architecture.</li>
+  </ul></li>
 </ul>

 </body>



More information about the Gcc-patches mailing list