This is the mail archive of the gcc@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]

Re: GCC 3.0.4 GCC 3.0.4


On Mon, Jan 21, 2002 at 10:20:09AM +0100, Gerald Pfeifer wrote:
> 
> On Sun, 20 Jan 2002, Mark Mitchell wrote:
> > Very well; please apply the patch.
> 
> Zack (and all others working on GCC 3.0.4),
> 
> when committing changes to the branch, could you please mention these
> changes in htdocs/gcc-3.0/features.html under a new heading "Additional
> changes in GCC 3.0.4"?

How's this?  I went back through the change logs and made entries for
everything since 3.0.3.

zw

===================================================================
Index: gcc-3.0/features.html
--- gcc-3.0/features.html	2001/12/20 19:07:33	1.23
+++ gcc-3.0/features.html	2002/01/21 17:03:27
@@ -5,7 +5,7 @@
 </head>
 
 <body>
-<h1 align="center">GCC 3.0 New Features</h1>
+<h1>GCC 3.0 New Features</h1>
 
 <ul>
   <li>General Optimizer Improvements:
@@ -174,6 +174,20 @@
     <li>A fix to avoid crashes in the C++ demangler.</li>
     <li>A fix to the C++ standard library to avoid buffer overflows.</li>
     <li>Miscellaneous improvements for a variety of architectures.</li>
+  </ul></li>
+
+  <li>Additional changes in GCC 3.0.4
+  <ul>
+    <li>GCC 3.0 now supports <a href="http://www.netbsd.org/";>NetBSD</a>
+        1.5.2 on x86 processors.</li>
+    <li>Correct debugging information is generated from functions
+        that have lines from multiple files (e.g. yacc output).</li>
+    <li>A fix for whitespace handling in the <code>-traditional</code>
+        preprocessor, which can affect Fortran.</li>
+    <li>Fixes to the exception handling runtime.</li>
+    <li>More fixes for bad code generation in C++.</li>
+    <li>A fix for shared library generation under AIX 4.3.</li>
+    <li>Documentation updates.</li>
   </ul></li>
 
 </ul>


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