This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] extensions.html maintenance
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 22 Mar 2008 17:44:07 +0100 (CET)
- Subject: [wwwdocs] extensions.html maintenance
Adjust BoundsChecking link.
Installed.
Gerald
Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.41
diff -u -3 -p -r1.41 extensions.html
--- extensions.html 30 Aug 2007 09:17:51 -0000 1.41
+++ extensions.html 22 Mar 2008 16:42:44 -0000
@@ -29,7 +29,7 @@ Bounds checking patches for
<p>These patches add a <code>-fbounds-checking</code> flag that
adds bounds checking tests to pointer and array accesses.
Richard Jones developed the
-<a href="http://www-ala.doc.ic.ac.uk/~phjk/BoundsChecking.html">
+<a href="http://www.doc.ic.ac.uk/~phjk/BoundsChecking.html">
patches against gcc 2.7</a> in 1995.
Herman ten Brugge is the current maintainer and has updated the patches for
GCC 2.95.2 and later.