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

2011-09-07 Thread H.J. Lu
On Wed, Sep 7, 2011 at 2:32 PM, Iyer, Balaji V wrote: > Fixed the changes you mentioned. Here is an upated patch. > I checked it into cilkplus branch. -- H.J.

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

2011-09-07 Thread Iyer, Balaji V
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

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

2011-09-07 Thread H.J. Lu
On Wed, Sep 7, 2011 at 11:12 AM, Iyer, Balaji V 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-