Now that all changes of the "fortran-caf" branch are in the GCC 4.10 trunk, it makes sense to retire that branch.

That's what I now did with the attached patched.

Tobias
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.197
diff -p -u -r1.197 svn.html
--- svn.html	11 Jun 2014 18:49:25 -0000	1.197
+++ svn.html	21 Jun 2014 19:00:41 -0000
@@ -485,11 +485,6 @@ the command <code>svn log --stop-on-copy
 <h4>Language-specific</h4>
 
 <dl>
-  <dt>fortran-caf</dt>
-  <dd>This branch is for coarray changes to the Fortran front end.  It is
-    maintained by Tobias Burnus
-    &lt;<a href="mailto:bur...@gcc.gnu.org">bur...@gcc.gnu.org</a>&gt;.</dd>
-
   <dt>fortran-dev</dt>
   <dd>This branch is for disruptive changes to the Fortran front end,
     especially for OOP development and 
@@ -1178,6 +1173,12 @@ be prefixed with the initials of the dis
     for array constructor refactoring using splay-tree and other areas of
     optimization.  It was maintained by Jerry DeLisle
     &lt;<a href="mailto:jvdeli...@gcc.gnu.org">jvdeli...@gcc.gnu.org</a>&gt;.</dd>
+
+  <dt>fortran-caf</dt>
+  <dd>This branch contained experimental changes to the Fortran front end for
+    implementing the library calls for coarray communication.  It was
+    maintained by Tobias Burnus
+    &lt;<a href="mailto:bur...@gcc.gnu.org">bur...@gcc.gnu.org</a>&gt;.</dd>
 </dl>
 
 </body>

Reply via email to