diff mbox

Update gcc.gnu.org/projects/gomp/

Message ID 20140618094936.GJ31640@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek June 18, 2014, 9:49 a.m. UTC
Hi!

I've committed following change:


	Jakub

Comments

Gerald Pfeifer June 19, 2014, 4:15 a.m. UTC | #1
On Wed, 18 Jun 2014, Jakub Jelinek wrote:
> I've committed following change:

Cool.

>  <h2>Status</h2>
>  <dl>
> +<dt><b>Jun 18, 2014</b></dt>
> +<dd><p>The last major part of Fortran OpenMP v4.0 support has been
> +committed into SVN mainline.</p></dd>
> +
>  <dt><b>Oct 11, 2013</b></dt>
>  <dd><p>The <code>gomp-4_0-branch</code> has been merged into SVN
> -mainline, so GCC 4.9 and later will feature OpenMP v4.0 support.</p></dd>
> +mainline, so GCC 4.9 and later will feature OpenMP v4.0 support for
> +C and C++.</p></dd>

Isn't that worth a note on our homepage as well?

Gerald
diff mbox

Patch

--- projects/gomp/index.html	25 Oct 2013 07:16:35 -0000	1.13
+++ projects/gomp/index.html	18 Jun 2014 09:48:34 -0000
@@ -63,9 +63,19 @@  available.</p>
 
 <h2>Status</h2>
 <dl>
+<dt><b>Jun 18, 2014</b></dt>
+<dd><p>The last major part of Fortran OpenMP v4.0 support has been
+committed into SVN mainline.</p></dd>
+
 <dt><b>Oct 11, 2013</b></dt>
 <dd><p>The <code>gomp-4_0-branch</code> has been merged into SVN
-mainline, so GCC 4.9 and later will feature OpenMP v4.0 support.</p></dd>
+mainline, so GCC 4.9 and later will feature OpenMP v4.0 support for
+C and C++.</p></dd>
+
+<dt><b>July 23, 2013</b></dt>
+<dd><p>The final <a
+href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf">OpenMP v4.0</a>
+specification has been released.</p></dd>
 
 <dt><b>Aug 2, 2011</b></dt>
 <dd><p>The <code>gomp-3_1-branch</code> has been merged into SVN