> -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
"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=
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
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