]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (fopenmp): Change supported OpenMP version to 4.0.
authorTobias Burnus <burnus@net-b.de>
Fri, 25 Oct 2013 08:20:11 +0000 (10:20 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 25 Oct 2013 08:20:11 +0000 (10:20 +0200)
2013-10-25  Tobias Burnus  <burnus@net-b.de>

        * doc/invoke.texi (fopenmp): Change supported OpenMP version
        to 4.0.

From-SVN: r204049

gcc/ChangeLog
gcc/doc/invoke.texi

index 68ef8a742eb73cbbc1a1f9578f4320d75b1ab3b3..1b53795ab806c0c017cc4d147a74be3778c24631 100644 (file)
@@ -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 9b5b0775c4c54ba7461d2eb537d60db259eb7680..d9d81a98612e346c8fb6ebb3e0d638061a883fe5 100644 (file)
@@ -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}.