This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[og8] New Git-only development branch: openacc-gcc-8-branch


Hi!

There is a new Git-only development branch: openacc-gcc-8-branch,
<https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-8-branch>,
<https://github.com/gcc-mirror/gcc/tree/openacc-gcc-8-branch>.

This branch is for collaborative development of OpenACC and related
functionality, based on gcc-8-branch.  Please send email with a
short-hand "[og8]" tag, and use "ChangeLog.openacc" files.

With some clean-up, the new branch contains the features/changes of the
current openacc-gcc-7-branch (commit
917e247055a37f912129ed545719182de0046adb), and is based on the
gcc-8-branch branch point, trunk r259629, with the recent gcc-8-branch
r260395 merged in.

In contrast to openacc-gcc-7-branch, instead of *merging*, I have this
time *rebased* all the many commits accumulated on gomp-4_0-branch, and
later openacc-gcc-7-branch, and weeded out all (most of?) what is no
longer required, grouped/combined related changes, and so on.  This shall
make it easier to get changes into GCC trunk.

OpenACC wiki page updated: <https://gcc.gnu.org/wiki/OpenACC>, and
committed to wwwdocs:

Index: htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -p -r1.219 -r1.220
--- htdocs/svn.html	2 Apr 2018 15:22:36 -0000	1.219
+++ htdocs/svn.html	23 May 2018 09:02:54 -0000	1.220
@@ -289,18 +289,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-7-branch</a></dt>
+  <dt><a href="https://gcc.gnu.org/wiki/OpenACC";>openacc-gcc-8-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
+  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-7-branch.  Find it
+  branch is based on gcc-8-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-7-branch";>https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-7-branch</a>&gt;,
+  &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;,
   or
-  &lt;<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>&gt;.
-  Please send email with a short-hand <code>[og7]</code> tag in the subject
+  &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>
 
   <dt><a href="https://gcc.gnu.org/wiki/plugins";>plugins</a></dt>
@@ -787,8 +787,8 @@ inactive.</p>
   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>
+  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
@@ -824,6 +824,11 @@ inactive.</p>
   &lt;<a href="mailto:eager@eagercon.com";>eager@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>


Grüße
 Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]