From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11580 invoked by alias); 17 Jul 2005 01:34:25 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11433 invoked by uid 22791); 17 Jul 2005 01:34:20 -0000 Received: from h-68-164-203-246.nycmny83.covad.net (HELO dberlin.org) (68.164.203.246) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 17 Jul 2005 01:34:20 +0000 Received: from [127.0.0.1] (HELO localhost) by dberlin.org (CommuniGate Pro SMTP 4.3.4) with ESMTP id 8210134; Sat, 16 Jul 2005 21:34:16 -0400 Subject: Re: 4.1 news item From: Daniel Berlin To: Gerald Pfeifer Cc: gcc@gcc.gnu.org In-Reply-To: References: <1120855271.7999.13.camel@linux.site> <1120870920.7757.22.camel@linux.site> Content-Type: multipart/mixed; boundary="=-E6FWsOyMS3aMQGxSPTzZ" Date: Sun, 17 Jul 2005 01:34:00 -0000 Message-Id: <1121564055.26545.6.camel@linux.site> Mime-Version: 1.0 X-SW-Source: 2005-07/txt/msg00695.txt.bz2 --=-E6FWsOyMS3aMQGxSPTzZ Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 593 On Sun, 2005-07-10 at 00:16 +0200, Gerald Pfeifer wrote: > On Fri, 8 Jul 2005, Daniel Berlin wrote: > > Here's a patch. > > Thanks. > > There are a couple of commas between items missing (usually when > there is a line break) fixed. > and some of the lines are too long (as with > GCC sources we generally prefer lines no longer than ~77 characters). Fixed. > > Is the new stack checking infrastructure really a port of IBM Pro > Police, or a reimplementation by RTH and Jakub? Reimplementation, but that was the item listed in the wiki. I'll change both. How about now? > > Gerald --=-E6FWsOyMS3aMQGxSPTzZ Content-Disposition: attachment; filename=index.diff Content-Type: text/x-patch; name=index.diff; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 1293 Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.507 diff -u -p -r1.507 index.html --- index.html 8 Jul 2005 06:50:42 -0000 1.507 +++ index.html 17 Jul 2005 01:33:55 -0000 @@ -84,6 +84,25 @@ mission statement.

+
July 8, 2005
+
+GCC 4.1 stage 2 has been closed. The following projects were contributed +during stage 1 and stage 2: +New C Parser, LibAda GNATTools Branch, Code Sinking, Improved phi-opt, +Structure Aliasing, Autovectorization Enhancements, Hot and Cold Partitioning, +SMS Improvements, Integrated Immediate Uses, Tree Optimizer Cleanups, +Variable-argument Optimization, Redesigned VEC API, IPA Infrastructure, +Altivec Rewrite Warning Message Control, New SSA Operand Cache Implementation, +Safe Builtins, Reimplementation of IBM Pro Police Stack Detector, +New DECL hierarchy. + +More information about these projects can be found at +GCC 4.1 projects + +Thank you to all contributors, testers, and everyone else for making stage 1 and stage 2 +of GCC 4.1 a success. +
+
July 7, 2005
GCC 4.0.1 has been released. --=-E6FWsOyMS3aMQGxSPTzZ--