diff options
author | Tobias Burnus <burnus@net-b.de> | 2014-03-08 21:42:34 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2014-03-08 21:42:34 +0100 |
commit | 634b8e9b2027b24269dc925a575f20c07da37b97 (patch) | |
tree | ba76b3161260b02893bae90510d5a4a6bbc96c63 /gcc | |
parent | 566916e637118be03f39eaee85ceacf958839c46 (diff) | |
download | gcc-634b8e9b2027b24269dc925a575f20c07da37b97.zip gcc-634b8e9b2027b24269dc925a575f20c07da37b97.tar.gz gcc-634b8e9b2027b24269dc925a575f20c07da37b97.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8988006..6e5aa9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2ee091a..24bd76e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |