From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9957 invoked by alias); 21 Jul 2007 23:13:30 -0000 Received: (qmail 9948 invoked by uid 22791); 21 Jul 2007 23:13:29 -0000 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 21 Jul 2007 23:13:25 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 2846C39108 for ; Sun, 22 Jul 2007 01:13:23 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 0F0E51A7C7; Sun, 22 Jul 2007 01:13:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id F30D01A7C6 for ; Sun, 22 Jul 2007 01:13:29 +0200 (CEST) Date: Sat, 21 Jul 2007 23:47:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Rotate news Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01636.txt.bz2 I installed the following patch to rotate news. Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.625 diff -u -3 -p -r1.625 index.html --- index.html 21 Jul 2007 23:09:41 -0000 1.625 +++ index.html 21 Jul 2007 23:12:35 -0000 @@ -75,25 +75,6 @@ mission statement.

This work was contributed by Nathan Sidwell of CodeSourcery and others. -
February 13, 2007
-
GCC 4.1.2 has been released.
- -
January 25, 2007
-
Interprocedural optimization passes have been reorganized to operate on - SSA This enables more precise function analysis and optimization - while inlining, significantly improving the performance of programs - with high abstraction penalty. - Code from ipa-branch contributed by - Jan Hubicka, SUSE labs and Razya Ladelsky, IBM Haifa, was reviewed by Diego - Novillo, Richard Guenther, Roger Sayle and Ian Lance Taylor.
-
January 8, 2007
-
Andrew Haley and Tom Tromey of Red Hat merged the - gcj-eclipse branch to svn trunk. GCC now uses the - Eclipse compiler as a front end, enabling all 1.5 language - features. This merge also brings in a new, generics-enabled - version of Classpath, including some new tools. All this - will appear in GCC 4.3.
Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.106 diff -u -3 -p -r1.106 news.html --- news.html 2 Jun 2007 13:54:07 -0000 1.106 +++ news.html 21 Jul 2007 23:12:36 -0000 @@ -14,6 +14,27 @@ home page.

+
February 13, 2007
+
GCC 4.1.2 has been released.
+ +
January 25, 2007
+
Interprocedural optimization passes have been reorganized to operate on + SSA This enables more precise function analysis and optimization + while inlining, significantly improving the performance of programs + with high abstraction penalty. + Code from ipa-branch contributed by + Jan Hubicka, SUSE labs and Razya Ladelsky, IBM Haifa, was reviewed by Diego + Novillo, Richard Guenther, Roger Sayle and Ian Lance Taylor.
+ +
January 8, 2007
+
Andrew Haley and Tom Tromey of Red Hat merged the + gcj-eclipse branch to svn trunk. GCC now uses the + Eclipse compiler as a front end, enabling all 1.5 language + features. This merge also brings in a new, generics-enabled + version of Classpath, including some new tools. All this + will appear in GCC 4.3.
+
January 6, 2007
Kaveh Ghazi has integrated the GCC middle-end with the MPFR library, allowing more