Hi all,

I have retired the old fortran-exp branch in svn.html. In addition, I have started a new branch "fortran-caf", which I will use for coarray changes.

Besides the new fortran-caf branch, there is still the somewhat active fortran-dev branch, used for the new array descriptor.

Tobias
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.191
diff -p -u -r1.191 svn.html
--- svn.html	3 Dec 2013 01:11:52 -0000	1.191
+++ svn.html	7 Mar 2014 20:28:09 -0000
@@ -485,6 +485,11 @@ 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 
@@ -492,12 +497,6 @@ the command <code>svn log --stop-on-copy
     array descriptor update</a>.  It is maintained by Jerry DeLisle
     &lt;<a href="mailto:jvdeli...@gcc.gnu.org">jvdeli...@gcc.gnu.org</a>&gt;.</dd>
 
-  <dt>fortran-exp</dt>
-  <dd>This branch is for experimental changes to the Fortran front end, initially
-    for array constructor refactoring using splay-tree and other areas of
-    optimization.  It is maintained by Jerry DeLisle
-    &lt;<a href="mailto:jvdeli...@gcc.gnu.org">jvdeli...@gcc.gnu.org</a>&gt;.</dd>
-
   <dt>gccgo</dt>
   <dd>This branch is for the Go frontend to gcc.  For more information
     about the Go programming language,
@@ -1169,6 +1168,12 @@ be prefixed with the initials of the dis
   and analysis (<a href="http://gcc.gnu.org/wiki/ThreadSafetyAnnotation";>http://gcc.gnu.org/wiki/ThreadSafetyAnnotation</a>).
   The branch was maintained by
   <a href="mailto:deles...@google.com">Delesley Hutchins</a>.</dd>
+
+  <dt>fortran-exp</dt>
+  <dd>This branch contained experimental changes to the Fortran front end, initially
+    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>
 </dl>
 
 </body>

Reply via email to