diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2013-08-19 17:19:38 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2013-08-19 17:19:38 +0000 |
commit | d3136aeb7ad9f6eb50c97a9e66e46b6f728ef5a4 (patch) | |
tree | 98a26134a82c042a81bbc49f84f02e95b4916052 | |
parent | 266694cd11eef1ac0c19b110aeb9adaef24953ea (diff) | |
download | gcc-d3136aeb7ad9f6eb50c97a9e66e46b6f728ef5a4.zip gcc-d3136aeb7ad9f6eb50c97a9e66e46b6f728ef5a4.tar.gz gcc-d3136aeb7ad9f6eb50c97a9e66e46b6f728ef5a4.tar.bz2 |
invoke.texi (-fcilkplus): Clarify that implementation is incomplete.
* doc/invoke.texi (-fcilkplus): Clarify that implementation is
incomplete.
From-SVN: r201846
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 16 |
2 files changed, 14 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6645df9..dd6559d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-19 Aldy Hernandez <aldyh@redhat.com> + + * doc/invoke.texi (-fcilkplus): Clarify that implementation is + incomplete. + 2013-08-19 Alexander Ivchenko <alexander.ivchenko@intel.com> * target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f6a4ec4..dae7605 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1811,13 +1811,15 @@ have support for @option{-pthread}. @item -fcilkplus @opindex fcilkplus @cindex Enable Cilk Plus -Enable the usage of Cilk Language extension features for C/C++. When the flag -@option{-fcilkplus} is specified, all the Cilk Plus components are converted -to the appropriate C/C++ code. The present implementation follows ABI version -0.9. There are four major parts to Cilk Plus language -extension: Array Notations, Cilk Keywords, SIMD annotations and elemental -functions. Detailed information about Cilk Plus can be found at -@w{@uref{http://www.cilkplus.org}}. +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 +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. @item -fgnu-tm @opindex fgnu-tm |