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: rotate news, and two other minor changes


Rotate news.  Remove physical markup overruled by our MetaHTML style.
Move part of the ARM pipeline description announcement to the GCC 3.4
changes page.

Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.387
diff -u -3 -p -r1.387 index.html
--- index.html	1 Aug 2003 12:38:21 -0000	1.387
+++ index.html	4 Aug 2003 14:55:49 -0000
@@ -8,7 +8,7 @@

 <img src="gcc.jpg" alt="" align="right" />

-<h1 align="left"><small>Welcome to the GCC home page!</small></h1>
+<h1><small>Welcome to the GCC home page!</small></h1>

 <p>GCC is the GNU Compiler Collection, which currently contains
 front ends for C, C++, Objective-C, Fortran,
@@ -94,10 +94,8 @@ to maintain and improve quality.</p>
 Ben Elliston of Wasabi Systems, Inc. has converted the existing ARM
 processor pipeline description to the new <a
 href="http://gcc.gnu.org/onlinedocs/gccint/Processor-pipeline-description.html";>DFA
-pipeline description model</a>.  There is not much change in code
-performance, but the description is now <a
-href="http://gcc.gnu.org/onlinedocs/gccint/Comparison-of-the-two-descriptions.html";>easier
-to understand</a>.  It will be part of the GCC 3.4 release.
+pipeline description model</a>.
+It will be part of the GCC 3.4 release.
 </dd>

 <dt><b>May 27, 2003</b></dt>
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.83
diff -u -3 -p -r1.83 news.html
--- news.html	28 Jun 2003 10:26:28 -0000	1.83
+++ news.html	4 Aug 2003 14:55:49 -0000
@@ -14,6 +14,22 @@ home page</a>.</p>

 <!-- ATTENTION: This page is for *OLD* news!  Latest news goes first. -->

+<dt><b>January 29, 2003</b></dt>
+<dd>
+Andrew Haley of Red Hat completed the work begun by Bo Thorsen of SuSE
+to port <a href="java/">GCJ</a> to the AMD x86-64
+architecture.  This is the first implementation of the Java
+programming language to be made available on that platform.  It will
+be part of the GCC 3.3 release.
+</dd>
+
+<dt><b>January 28, 2003</b></dt>
+<dd>
+The ongoing effort to remove warnings from the GCC code base itself,
+spear-headed by Kaveh Ghazi, has paid off: For our development versions
+and snapshots, we now enable <code>-Werror</code> during a full bootstrap.
+</dd>
+
 <dt><b>January 22, 2003</b></dt>
 <dd>
 The GCC Steering Committee has named Gabriel Dos Reis as release manager for
Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.37
diff -u -3 -p -r1.37 changes.html
--- gcc-3.4/changes.html	1 Aug 2003 15:23:12 -0000	1.37
+++ gcc-3.4/changes.html	4 Aug 2003 14:55:49 -0000
@@ -116,7 +116,10 @@
     <li>The existing ARM pipeline description has been converted to
     the use the <a
     href="http://gcc.gnu.org/onlinedocs/gccint/Processor-pipeline-description.html";>DFA
-    processor pipeline model</a>.</li>
+    processor pipeline model</a>. There is not much change in code
+    performance, but the description is now <a
+    href="http://gcc.gnu.org/onlinedocs/gccint/Comparison-of-the-two-descriptions.html";>easier
+    to understand</a>.</li>

     <li>The x86 back end has had some noticeable work done to it.
     <ul>


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