Commit 634b8e9b by Tobias Burnus Committed by Tobias Burnus

invoke.texi (-fcilkplus): Update implementation status.

2014-03-08  Tobias Burnus  <burnus@net-b.de>

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

From-SVN: r208432
parent 566916e6
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> 2014-03-08 Paulo Matos <paulo@matos-sorge.com>
Richard Biener <rguenther@suse.de> Richard Biener <rguenther@suse.de>
......
...@@ -1889,12 +1889,11 @@ are ignored. ...@@ -1889,12 +1889,11 @@ are ignored.
Enable the usage of Cilk Plus language extension features for C/C++. Enable the usage of Cilk Plus language extension features for C/C++.
When the option @option{-fcilkplus} is specified, enable the usage of When the option @option{-fcilkplus} is specified, enable the usage of
the Cilk Plus Language extension features for C/C++. The present 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 feature that is only partially complete, and whose interface may
change in future versions of GCC as the official specification change in future versions of GCC as the official specification
changes. Currently only the array notation feature of the language changes. Currently, all features but @code{_Cilk_for} have been
specification has been implemented. More features will be implemented implemented.
in subsequent release cycles.
@item -fgnu-tm @item -fgnu-tm
@opindex fgnu-tm @opindex fgnu-tm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment