Hi Jakub and Gerald,
the attached patch updates the gomp project patch.
(Besides adding an item for the OpenMP 4.0 merge, I removed the "95"
from "Fortran 95" as Fortran is backward compatible and gfortran is
effectively a Fortran 66/77/90/95/2003/2008 compiler [minus bugs and
some missing features].)
OK?
Tobias
PS: One site which links to that page is
http://openmp.org/wp/openmp-compilers/
Index: htdocs/projects/gomp/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gomp/index.html,v
retrieving revision 1.12
diff -u -p -r1.12 index.html
--- htdocs/projects/gomp/index.html 17 Sep 2011 22:21:35 -0000 1.12
+++ htdocs/projects/gomp/index.html 24 Oct 2013 19:50:15 -0000
@@ -9,8 +9,8 @@
<p>The GOMP project has developed an implementation of
<a href="http://openmp.org/wp/">OpenMP</a>
-for the C, C++, and <a href="../../fortran/">Fortran
-95</a> compilers in the <a href="../../">GNU
+for the C, C++, and <a href="../../fortran/">Fortran</a>
+compilers in the <a href="../../">GNU
Compiler Collection</a> and is further improving it. As part of the <a
href="../../">GNU Project</a>, GOMP
simplifies parallel programming for all GNU system variants. This
@@ -63,6 +63,10 @@ available.</p>
<h2>Status</h2>
<dl>
+<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>
+
<dt><b>Aug 2, 2011</b></dt>
<dd><p>The <code>gomp-3_1-branch</code> has been merged into SVN
mainline, so GCC 4.7 and later will feature OpenMP v3.1 support.</p></dd>