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]

[wwwdocs] Remove dead links from tree-ssa page



Thanks Gerald for spotting these.


Meta question, are we going to leave closed project pages around? Move them to some archive area?


Diego.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.35
diff -d -u -p -r1.35 index.html
--- index.html	8 Oct 2004 00:10:19 -0000	1.35
+++ index.html	8 Feb 2005 13:42:47 -0000
@@ -62,26 +62,6 @@ based on the Static Single Assignment (S
 href="#cytron.ea-91">1</a>].  The implementation currently lives in the
 <code>tree-ssa-20020619-branch</code> branch.</p>
 
-<ul>
-<li><a href="http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/";>Daily
-snapshots</a> of the branch are available.  These snapshots are known to
-bootstrap on <code>i686-pc-linux-gnu</code>.</li>
-
-<li>The branch is tested daily on several GNU/Linux platforms, including
-Alpha, x86, IA64, AMD64, PowerPC and PowerPC64.  Regression test results
-are posted to the <a
-href="http://gcc.gnu.org/ml/gcc-testresults/";>gcc-testresults</a> mailing
-list.  <a
-href="http://people.redhat.com/dnovillo/pub/tree-ssa/nightly-testing/";>Full
-build logs</a> are also available.</li>
-
-<li>Daily performance results are available for <a
-href="http://people.redhat.com/dnovillo/spec95/tree-ssa-branch/";>SPEC
-CPU95</a> and <a
-href="http://people.redhat.com/dnovillo/spec2000/tree-ssa-branch/";>SPEC
-CPU2000</a>.</li>
-</ul>
-
 <hr />
 <h3><a name="documentation">Documentation</a></h3>
 
@@ -175,8 +155,7 @@ intermediate representation based on GEN
 very simple C-like three-address language that looks pretty straightforward
 to analyze and keeps all the high-level attributes of data types.  GIMPLE
 is derived from the SIMPLE representation proposed by the McCAT project out
-of <a href="http://www-acaps.cs.mcgill.ca/info/McCAT/McCAT.html";>McGill
-University</a> [<a href="#hendren.ea-92">2</a>].</p>
+of McGill University</a> [<a href="#hendren.ea-92">2</a>].</p>
 
 <p>The data structures are the same trees used by GCC, but we impose
 rules on how the trees can be combined.  For instance, the

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