On Fri, 2005-07-08 at 23:39 +0200, Gerald Pfeifer wrote: > On Fri, 8 Jul 2005, Daniel Berlin wrote: > > I was thinking we maybe should just copy the checked in project list > > from the wiki, remove the duplicates (IE struct aliasing part I and II, > > etc), and add a news item saying: > > > > "GCC 4.1 stage 2 is now closed. The following projects were > > contributed: <project list>. Thank you to all contributors, testers, > > and everyone else for making stage 2 of gcc 4.1 a success" > > I like this idea. Want to go head? ;-) >
Here's a patch. > 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 9 Jul 2005 01:01:49 -0000 @@ -84,6 +84,24 @@ 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 Implementationa, Safe Builtins, Port 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.