diff mbox

wwwdocs / gomp: Update projects/gomp/index.html

Message ID 52697ADF.7010208@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Oct. 24, 2013, 7:54 p.m. UTC
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/

Comments

Gerald Pfeifer Oct. 25, 2013, 1:11 a.m. UTC | #1
Hi Tobias,

On Thu, 24 Oct 2013, Tobias Burnus wrote:
> 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?

looks good to me, though please give Jakub a bit to chime in in
case.

One thing to consider is replacing "SVN mainline" by "mainline GCC";
that way it's easier to understand and we avoid referring to our
revision control system of the day (well, decade ;-).

Gerald
Jakub Jelinek Oct. 25, 2013, 6:10 a.m. UTC | #2
On Fri, Oct 25, 2013 at 03:11:40AM +0200, Gerald Pfeifer wrote:
> Hi Tobias,
> 
> On Thu, 24 Oct 2013, Tobias Burnus wrote:
> >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?
> 
> looks good to me, though please give Jakub a bit to chime in in
> case.
> 
> One thing to consider is replacing "SVN mainline" by "mainline GCC";
> that way it's easier to understand and we avoid referring to our
> revision control system of the day (well, decade ;-).

LGTM.

	Jakub
diff mbox

Patch

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>