diff mbox series

[committed,wwwdocs] OpenACC status for GCC 9

Message ID 87bm0li0i6.fsf@euler.schwinge.homeip.net
State New
Headers show
Series [committed,wwwdocs] OpenACC status for GCC 9 | expand

Commit Message

Thomas Schwinge May 2, 2019, 11:01 a.m. UTC
Hi!

Committed to wwwdocs 'htdocs/gcc-9/changes.html' in revision 1.60:



Grüße
 Thomas

Comments

Gerald Pfeifer May 11, 2019, 7:37 a.m. UTC | #1
On Thu, 2 May 2019, Thomas Schwinge wrote:
> +    <a href="https://www.openacc.org">OpenACC</a> support in C, C++, and
> +    Fortran continues to be maintained and improved.
> +    Most of the OpenACC 2.5 specification is implemented.
> +    See the
> +    <a href="https://gcc.gnu.org/wiki/OpenACC#status-9">implementation
> +    status</a> section on
> +    the <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a> wiki page for
> +    further information.

Thanks for making this addition, Thomas!

On this I'd omit the second link if that's okay with you?  (I'm
happy to make the change, wanted to check in with you first.)

Gerald
Thomas Schwinge May 15, 2019, 2:32 p.m. UTC | #2
Hi Gerald!

On Sat, 11 May 2019 09:37:42 +0200, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Thu, 2 May 2019, Thomas Schwinge wrote:
> > +    <a href="https://www.openacc.org">OpenACC</a> support in C, C++, and
> > +    Fortran continues to be maintained and improved.
> > +    Most of the OpenACC 2.5 specification is implemented.
> > +    See the
> > +    <a href="https://gcc.gnu.org/wiki/OpenACC#status-9">implementation
> > +    status</a> section on
> > +    the <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a> wiki page for
> > +    further information.
> 
> Thanks for making this addition, Thomas!

Sure, and thanks for having a look.

> On this I'd omit the second link if that's okay with you?  (I'm
> happy to make the change, wanted to check in with you first.)

If you'd like to, then please do.


Grüße
 Thomas
Gerald Pfeifer Aug. 10, 2019, 9:18 p.m. UTC | #3
On Wed, 15 May 2019, Thomas Schwinge wrote:
> Sure, and thanks for having a look.
> 
>> On this I'd omit the second link if that's okay with you?  (I'm
>> happy to make the change, wanted to check in with you first.)
> 
> If you'd like to, then please do.

Done thusly. Committed.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.72
diff -u -r1.72 changes.html
--- changes.html	12 Jul 2019 15:55:50 -0000	1.72
+++ changes.html	10 Aug 2019 21:17:53 -0000
@@ -337,9 +337,7 @@
     Most of the OpenACC 2.5 specification is implemented.
     See the
     <a href="https://gcc.gnu.org/wiki/OpenACC#status-9">implementation
-    status</a> section on
-    the <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a> wiki page for
-    further information.
+    status</a> section on the OpenACC wiki page for further information.
 <!--
   </li>
 </ul>
diff mbox series

Patch

Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- htdocs/gcc-9/changes.html	9 Apr 2019 21:08:28 -0000	1.59
+++ htdocs/gcc-9/changes.html	2 May 2019 10:53:47 -0000	1.60
@@ -262,6 +262,23 @@  foo (int how)
 <!-- .................................................................. -->
 <h2 id="languages">New Languages and Language specific improvements</h2>
 
+<!--
+<ul>
+  <li>
+-->
+    <a href="https://www.openacc.org">OpenACC</a> support in C, C++, and
+    Fortran continues to be maintained and improved.
+    Most of the OpenACC 2.5 specification is implemented.
+    See the
+    <a href="https://gcc.gnu.org/wiki/OpenACC#status-9">implementation
+    status</a> section on
+    the <a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a> wiki page for
+    further information.
+<!--
+  </li>
+</ul>
+-->
+
 <!-- <h3 id="ada">Ada</h3> -->
 
 <!-- <h3 id="brig">BRIG (HSAIL)</h3> -->