diff mbox

[committed] Dump OpenMP version number listed for -fopenmp at doc/invoke.texi

Message ID 20131025082327.GA24235@physik.fu-berlin.de
State New
Headers show

Commit Message

Tobias Burnus Oct. 25, 2013, 8:23 a.m. UTC
Dear all,

I have committed the patch below as obvious (Rev. 204049).
Seemingly, there are a lot of places which have to be updated for
a new OpenMP version ...

Tobias

Comments

Gerald Pfeifer Oct. 26, 2013, 6:47 p.m. UTC | #1
On Fri, 25 Oct 2013, Tobias Burnus wrote:
> I have committed the patch below as obvious (Rev. 204049).
> Seemingly, there are a lot of places which have to be updated 
> for a new OpenMP version ...

One way to address that is _not_ to refer to concrete versions
unless specifically required.

This is a bit similar to me reducing references to CVS (and then 
later SVN) on our web pages, or GNAT and Bugzilla, so that making
a change there doesn't required that many documentation changes
any more.

Gerald
diff mbox

Patch

Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog       (Revision 204048)
+++ gcc/ChangeLog       (Arbeitskopie)
@@ -1,3 +1,8 @@ 
+2013-10-25  Tobias Burnus  <burnus@net-b.de>
+
+       * doc/invoke.texi (fopenmp): Change supported OpenMP version
+       to 4.0.
+
 2013-10-25  Uros Bizjak  <ubizjak@gmail.com>

        * config/i386/i386.h (TARGET_MPX): New define.
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi (Revision 204048)
+++ gcc/doc/invoke.texi (Arbeitskopie)
@@ -1825,7 +1825,7 @@  freestanding and hosted environments.
 Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
 @code{!$omp} in Fortran.  When @option{-fopenmp} is specified, the
 compiler generates parallel code according to the OpenMP Application
-Program Interface v3.0 @w{@uref{http://www.openmp.org/}}.  This option
+Program Interface v4.0 @w{@uref{http://www.openmp.org/}}.  This option
 implies @option{-pthread}, and thus is only supported on targets that
 have support for @option{-pthread}.