Hi! On Sun, 23 Jul 2017 15:16:37 +0200, Gerald Pfeifer <ger...@pfeifer.com> wrote: > On Tue, 18 Jul 2017, Thomas Schwinge wrote: > > This being a Git-only branch, should it nevertheless be listed on > > <https://gcc.gnu.org/svn.html>, in the "Active Development Branches" > > section, replacing "gomp-4_0-branch" there? > > I would say so (with an according note). > > Thanks for thinking of that.
Thanks; committed in r1.218: Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.217 retrieving revision 1.218 diff -u -p -r1.217 -r1.218 --- svn.html 12 Mar 2017 00:02:36 -0000 1.217 +++ svn.html 27 Jul 2017 09:17:28 -0000 1.218 @@ -217,17 +217,6 @@ the command <code>svn log --stop-on-copy the <a href="https://gcc.gnu.org/wiki/GimpleFrontEnd">GIMPLE Front End</a> page for details.</dd> - <dt>gomp-4_0-branch</dt> - <dd>The original purpose of this branch has been to update - the <a href="https://gcc.gnu.org/wiki/openmp">OpenMP support</a> to version - 4.0, including development - of <a href="https://gcc.gnu.org/wiki/Offloading">offloading support</a> in - GCC as well as support - for <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>. This branch is - now mantained by <a href="mailto:tho...@codesourcery.com">Thomas - Schwinge</a>. Patches should be marked with the tag <code>[gomp4]</code> in - the subject line.</dd> - <dt><a href="https://gcc.gnu.org/wiki/Graphite">graphite-branch</a></dt> <dd>The purpose of this branch is to develop an infrastructure for loop transforms using the polyhedral model.</dd> @@ -300,6 +289,20 @@ the command <code>svn log --stop-on-copy Patches should be marked with the tag <code>[no-undefined-overflow]</code> in the subject line. The branch is maintained by Richard Biener.</dd> + <dt><a href="https://gcc.gnu.org/wiki/OpenACC">openacc-gcc-7-branch</a></dt> + <dd>This <a href="https://gcc.gnu.org/wiki/GitMirror">Git-only branch</a> is + used for collaborative development + of <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a> and related + functionality, such + as <a href="https://gcc.gnu.org/wiki/Offloading">offloading support</a>. The + branch is based on gcc-7-branch. Find it + at <code>git://gcc.gnu.org/git/gcc.git</code>, + <<a href="https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-7-branch">https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-7-branch</a>>, + or + <<a href="https://github.com/gcc-mirror/gcc/tree/openacc-gcc-7-branch">https://github.com/gcc-mirror/gcc/tree/openacc-gcc-7-branch</a>>. + Please send email with a short-hand <code>[og7]</code> tag in the subject + line, and use <code>ChangeLog.openacc</code> files.</dd> + <dt><a href="https://gcc.gnu.org/wiki/plugins">plugins</a></dt> <dd>This branch adds plugin functionality to GCC. See the <a href="https://gcc.gnu.org/wiki/plugins">plugins wiki page</a> for @@ -776,6 +779,17 @@ inactive.</p> <dt><a href="https://gcc.gnu.org/wiki/tuples/">gimple-tuples-branch</a></dt> <dt>gomp-20050608-branch</dt> <dt>gomp-3_0-branch</dt> + <dt>gomp-4_0-branch</dt> + <dd>This branch was used to update + the <a href="https://gcc.gnu.org/wiki/openmp">OpenMP support</a> to version + 4.0, including development + of <a href="https://gcc.gnu.org/wiki/Offloading">offloading support</a> in + GCC as well as support + for <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>. These features + got merged into trunk. Based on gcc-6-branch then, this branch was used for + on-going development of OpenACC support and related functionality, which has + now moved to a new openacc-gcc-7-branch.</dd> + <dt>java-gui-20050128-branch</dt> <dd>This was a temporary branch for development of java GUI libraries (AWT and Swing) in the libjava directory. It has been merged into > (Once we have git in place, which > will allow for a cp or mv, I'm thinking to break this portion out > and call it branches.html or so.) Well, why wait for the Git transition -- we could certainly do that already now? :-) Grüße Thomas