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.