This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[webdoc, patch, committed] svn.html - retire fortran-caf
- 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: Sat, 21 Jun 2014 21:02:38 +0200
- Subject: [webdoc, patch, committed] svn.html - retire fortran-caf
- Authentication-results: sourceware.org; auth=none
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
- <<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
@@ -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
<<a href="mailto:jvdelisle@gcc.gnu.org">jvdelisle@gcc.gnu.org</a>>.</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
+ <<a href="mailto:burnus@gcc.gnu.org">burnus@gcc.gnu.org</a>>.</dd>
</dl>
</body>