diff mbox

[webdoc,committed] svn.html - retire fortran-caf

Message ID 53A5D6CE.2000607@net-b.de
State New
Headers show

Commit Message

Tobias Burnus June 21, 2014, 7:02 p.m. UTC
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
diff mbox

Patch

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:burnus@gcc.gnu.org">burnus@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:jvdelisle@gcc.gnu.org">jvdelisle@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:burnus@gcc.gnu.org">burnus@gcc.gnu.org</a>&gt;.</dd>
 </dl>
 
 </body>