diff mbox series

[wwwdocs] Document existence of openacc-gcc-9-branch

Message ID 20190604230553.1b99ca9e@squid.athome
State New
Headers show
Series [wwwdocs] Document existence of openacc-gcc-9-branch | expand

Commit Message

Julian Brown June 4, 2019, 10:05 p.m. UTC
Hi,

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?

Thanks,

Julian

Comments

Thomas Schwinge June 5, 2019, 8:30 a.m. UTC | #1
Hi Julian!

On Tue, 4 Jun 2019 23:05:53 +0100, Julian Brown <julian@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.


Grüße
 Thomas


> --- htdocs/svn.html	30 Sep 2018 14:38:47 -0000	1.225
> +++ htdocs/svn.html	4 Jun 2019 17:10:37 -0000
> @@ -291,18 +291,18 @@ 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
> +  &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 email 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>
Julian Brown June 5, 2019, 6:42 p.m. UTC | #2
On Wed, 5 Jun 2019 10:30:41 +0200
Thomas Schwinge <thomas@codesourcery.com> wrote:

> Hi Julian!
> 
> On Tue, 4 Jun 2019 23:05:53 +0100, Julian Brown
> <julian@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
Kwok Cheung Yeung June 11, 2019, 8:04 p.m. UTC | #3
Hello

On 04/06/2019 11:05 pm, Julian Brown wrote:
> Hi,
> 
> 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.

Actually, the branch is currently based on the point at which 
gcc-9-branch branched off trunk (git commit 
6977c7629669452bbf954a2800014a89c835cf87), rather than the 9.1.0 release 
tag. To fix this, I have now merged in the changes from between that 
point and the gcc-9_1_0-release tag, minus the erroneous change to 
BASE-VER on the last commit.

Kwok
diff mbox series

Patch

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	4 Jun 2019 17:10:37 -0000
@@ -291,18 +291,18 @@  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
+  &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 email 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>