RE: [PATCH] Enable Cilk keywords in Cilk Runtime

2013-12-12 Thread Iyer, Balaji V
> -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Aldy Hernandez > Sent: Thursday, December 12, 2013 10:47 AM > To: Iyer, Balaji V > Cc: gcc-patches@gcc.gnu.org; Jeff Law > Subject: Re: [PATCH] Enable

Re: [PATCH] Enable Cilk keywords in Cilk Runtime

2013-12-12 Thread Aldy Hernandez
"Iyer, Balaji V" writes: > # Compiler and linker flags. > GENERAL_FLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/runtime > -I$(top_srcdir)/runtime/config/$(config_dir) -DIN_CILK_RUNTIME=1 > -GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for > +# GENERAL_FLAGS += -D_Cilk_spawn=

Re: [PATCH] Enable Cilk keywords in Cilk Runtime

2013-12-11 Thread H.J. Lu
On Wed, Dec 11, 2013 at 11:04 AM, Iyer, Balaji V wrote: > Hello Everyone, > Since we have _Cilk_spawn and _Cilk_sync support in C++ compiler, we > can enable the keyword usage in runtime. This patch should do so. > > Is it Ok to install? > > Here are the ChangeLog entries: > > 201

Re: [PATCH] Enable Cilk keywords in Cilk Runtime

2013-12-11 Thread Jeff Law
On 12/11/13 12:04, Iyer, Balaji V wrote: Hello Everyone, Since we have _Cilk_spawn and _Cilk_sync support in C++ compiler, we can enable the keyword usage in runtime. This patch should do so. Is it Ok to install? Here are the ChangeLog entries: 2013-12-11 Balaji V. Iyer

[PATCH] Enable Cilk keywords in Cilk Runtime

2013-12-11 Thread Iyer, Balaji V
Hello Everyone, Since we have _Cilk_spawn and _Cilk_sync support in C++ compiler, we can enable the keyword usage in runtime. This patch should do so. Is it Ok to install? Here are the ChangeLog entries: 2013-12-11 Balaji V. Iyer * Makefile.am (GENERAL_FLAGS): Remove