This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][cilkplus branch] Add __cilk builtin keyword


On Wed, Sep 7, 2011 at 11:12 AM, Iyer, Balaji V <balaji.v.iyer@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.iyer@intel.com>
+
+	* gcc.dg/cilk-plus/test__cilk.c: New<<<<Missing '.'
+	* g++.dg/cilk-plus/test__cilk.cpp: New<<<< Missing '.'
+

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]