Fixed the changes you mentioned. Here is an upated patch.

Thanks,

Balaji V. Iyer.
________________________________________
From: H.J. Lu [hjl.to...@gmail.com]
Sent: Wednesday, September 07, 2011 5:26 PM
To: Iyer, Balaji V
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH][cilkplus branch] Add __cilk builtin keyword

On Wed, Sep 7, 2011 at 11:12 AM, Iyer, Balaji V <balaji.v.i...@intel.com> wrote:
> Hello Everyone,
>    This patch should add the built-in __cilk keyword and set it to 200 in the 
> GCC cilkplus branch.
>
> Thanks,
>

+
+  if (flag_enable_cilk)
+    cpp_define_formatted(pfile, "__cilk=%d", 200);
+ <<< Extra line

+2011-09-07  Balaji V. Iyer  <balaji.v.i...@intel.com>
+
+       * gcc.dg/cilk-plus/test__cilk.c: New<<<<Missing '.'
+       * g++.dg/cilk-plus/test__cilk.cpp: New<<<< Missing '.'
+

--
H.J.

Attachment: __cilk_keyword_patch
Description: __cilk_keyword_patch

Reply via email to