This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs, committed] svn.html->branches - Add NEW fortran-caf branch, retire fortran-exp
- From: Tobias Burnus <burnus at net-b dot de>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Fri, 07 Mar 2014 21:30:18 +0100
- Subject: [wwwdocs, committed] svn.html->branches - Add NEW fortran-caf branch, retire fortran-exp
- Authentication-results: sourceware.org; auth=none
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
+ <<a href="mailto:burnus@gcc.gnu.org">burnus@gcc.gnu.org</a>>.</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
<<a href="mailto:jvdelisle@gcc.gnu.org">jvdelisle@gcc.gnu.org</a>>.</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
- <<a href="mailto:jvdelisle@gcc.gnu.org">jvdelisle@gcc.gnu.org</a>>.</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:delesley@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
+ <<a href="mailto:jvdelisle@gcc.gnu.org">jvdelisle@gcc.gnu.org</a>>.</dd>
</dl>
</body>