]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (-fcilkplus): Update implementation status.
authorTobias Burnus <burnus@net-b.de>
Sat, 8 Mar 2014 20:42:34 +0000 (21:42 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 8 Mar 2014 20:42:34 +0000 (21:42 +0100)
2014-03-08  Tobias Burnus  <burnus@net-b.de>

        * doc/invoke.texi (-fcilkplus): Update implementation
        status.

From-SVN: r208432

gcc/ChangeLog
gcc/doc/invoke.texi

index 89880064b63fe3a78b75bc308bb8d818d16510a4..6e5aa9d4fc3dbc17f74978816088f1e6579bddd8 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-08  Tobias Burnus  <burnus@net-b.de>
+
+       * doc/invoke.texi (-fcilkplus): Update implementation
+       status.
+
 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
            Richard Biener  <rguenther@suse.de>
 
index 2ee091aa0fb23a538a71f629bcc0401db41deb59..24bd76e3bc878619f47d13bf16844efb944e803e 100644 (file)
@@ -1889,12 +1889,11 @@ are ignored.
 Enable the usage of Cilk Plus language extension features for C/C++.
 When the option @option{-fcilkplus} is specified, enable the usage of
 the Cilk Plus Language extension features for C/C++.  The present
-implementation follows ABI version 0.9.  This is an experimental
+implementation follows ABI version 1.2.  This is an experimental
 feature that is only partially complete, and whose interface may
 change in future versions of GCC as the official specification
-changes.  Currently only the array notation feature of the language
-specification has been implemented.  More features will be implemented
-in subsequent release cycles.
+changes.  Currently, all features but @code{_Cilk_for} have been
+implemented.
 
 @item -fgnu-tm
 @opindex fgnu-tm