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
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</a>.</p> <dl> +<dt><b>July 8, 2005</b></dt> +<dd> +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 +<a href="http://gcc.gnu.org/wiki/GCC%204.1%20Projects">GCC 4.1 projects</a> + +Thank you to all contributors, testers, and everyone else for making stage 1 and stage 2 +of GCC 4.1 a success. +</dd> + <dt><b>July 7, 2005</b></dt> <dd> <a href="gcc-4.0/">GCC 4.0.1</a> has been released.