[PATCH][Cilkplus] Array notations for Function Calls and Unary Expressions

2012-01-17 Thread Iyer, Balaji V
Hello Everyone, This patch is for the Cilkplus branch affecting the C++ Compiler. This patch will allow the use of array notations triplets as a function call parameter and for post and pre increment/decrement. Thanking You, Yours Sincerely, Balaji V. Iyer.diff --git a/gcc/cp/ChangeLog.cil

[PATCH][Cilkplus] Array notations for Function Calls

2011-12-23 Thread Iyer, Balaji V
Hello Everyone, This patch is for the C-Compiler in the Cilkplus branch. It is an extension of the following: http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01667.html. This patch will allow users to use array notations inside the function call parameters. Thanking Youi, Yours Sincerely, Ba