On Wed, 5 Jun 2019 10:30:41 +0200
Thomas Schwinge <tho...@codesourcery.com> wrote:

> Hi Julian!
> 
> On Tue, 4 Jun 2019 23:05:53 +0100, Julian Brown
> <jul...@codesourcery.com> wrote:
> > I've pushed a new branch "openacc-gcc-9-branch" to the Git
> > mirror (i.e. as a Git-only branch), for development of OpenACC and
> > related functionality on top of the GCC 9 branch. It's currently
> > based off the gcc-9_1_0-release tag, and contains a number of
> > patches mainly merged from either the openacc-gcc-8-branch, or from
> > further-developed versions of those patches that have been
> > submitted for upstream review.
> > 
> > This patch updates the svn.html page to point to the new branch
> > rather than the old openacc-gcc-8-branch, which is retired now.
> > 
> > OK to commit?  
> 
> As obvious, but please also add an "openacc-gcc-8-branch" stanza next
> to "openacc-gcc-7-branch" in the "Merged Development Branches"
> section, and update the "gomp-4_0-branch" and "openacc-gcc-7-branch"
> stanzas accordingly.
> 
> Well, actually please move "gomp-4_0-branch", "openacc-gcc-7-branch",
> and "openacc-gcc-8-branch" into the "Inactive Development Branches"
> section, for all "These branches are inactive and contain work that
> might not been merged": they all contain some changes that have not
> been forward-ported to their later instances.

I've committed this version.

Thanks,

Julian
Index: htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.225
diff -u -p -r1.225 svn.html
--- htdocs/svn.html	30 Sep 2018 14:38:47 -0000	1.225
+++ htdocs/svn.html	5 Jun 2019 18:39:19 -0000
@@ -291,19 +291,19 @@ 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-8-branch</a></dt>
+  <dt><a href="https://gcc.gnu.org/wiki/OpenACC";>openacc-gcc-9-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 support</a> and related
   functionality, such
   as <a href="https://gcc.gnu.org/wiki/Offloading";>offloading support</a>.  The
-  branch is based on gcc-8-branch.  Find it
+  branch is based on gcc-9-branch.  Find it
   at <code>git://gcc.gnu.org/git/gcc.git</code>,
-  &lt;<a href="https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-8-branch";>https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-8-branch</a>&gt;,
+  &lt;<a href="https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-9-branch";>https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-9-branch</a>&gt;,
   or
-  &lt;<a href="https://github.com/gcc-mirror/gcc/tree/openacc-gcc-8-branch";>https://github.com/gcc-mirror/gcc/tree/openacc-gcc-8-branch</a>&gt;.
-  Please send email with a short-hand <code>[og8]</code> tag in the subject
-  line, and use <code>ChangeLog.openacc</code> files.</dd>
+  &lt;<a href="https://github.com/gcc-mirror/gcc/tree/openacc-gcc-9-branch";>https://github.com/gcc-mirror/gcc/tree/openacc-gcc-9-branch</a>&gt;.
+  Please send patch emails with a short-hand <code>[og9]</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
@@ -775,16 +775,6 @@ 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 then
-  moved to openacc-gcc-7-branch, and now openacc-gcc-8-branch.</dd>
 
   <dt>java-gui-20050128-branch</dt>
   <dd>This was a temporary branch for development of java GUI libraries
@@ -820,11 +810,6 @@ inactive.</p>
   &lt;<a href="mailto:ea...@eagercon.com">ea...@eagercon.com</a>&gt;.
   All changes have been merged into mainline.</dd>
 
-  <dt>openacc-gcc-7-branch</dt>
-  <dd>Based on gcc-7-branch, this branch was used for on-going development
-  of <a href="https://gcc.gnu.org/wiki/OpenACC";>OpenACC support</a> and related
-  functionality, which now moved openacc-gcc-8-branch.</dd>
-
   <dt>pch-branch</dt>
   <dt><a href="projects/tree-ssa/">tree-ssa-20020619-branch</a></dt>
   <dt><a href="https://gcc.gnu.org/wiki/Var_Tracking_Assignments";>var-tracking-assignments*-branch</a></dt>
@@ -978,6 +963,25 @@ merged.</p>
   OpenMP support in GCC.  They were never properly maintained and
   have now been superseded by <code>gomp-20050608-branch</code>.</dd>
 
+  <dt>gomp-4_0-branch</dt>
+  <dd>This branch was based on gcc-6-branch, and 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.  The branch was then used for on-going development
+  of OpenACC support and related functionality, which subsequently moved to
+  openacc-gcc-7-branch and then openacc-gcc-8-branch (both now also inactive,
+  see below).</dd>
+
+  <dt>openacc-gcc-7-branch</dt>
+  <dt>openacc-gcc-8-branch</dt>
+  <dd>These branches were used for development of
+  <a href="https://gcc.gnu.org/wiki/OpenACC";>OpenACC support</a> and related
+  functionality, based on gcc-7-branch and gcc-8-branch respectively.
+  Work is now proceeding on the openacc-gcc-9-branch.</dd>
+
   <dt>hammer-3_3-branch</dt>
   <dd>The goal of this branch was to have a stable compiler based on GCC 3.3
   with improved performance for AMD's 64-bit Hammer CPUs. The branch was

Reply via email to