On Wed, Nov 06, 2013 at 02:24:01AM +0000, Iyer, Balaji V wrote:
> Fixed patch is attached. The responses to your question are given below.
> Is this patch OK?
>
> Here is the ChangeLog entry:
>
> +2013-11-05 Balaji V. Iyer <[email protected]>
> +
> + * c-c++-common/cilk-plus/CK/fib.c: Reduced the iteration from
> + 40 to 30. Replaced iteration variable with a #define. Instead of
> + returning non-zero value for error, called __builtin_abort (). Fixed
> + a bug of calling fib_serial in serial case instead of fib.
> + * c-c++-common/cilk-plus/CK/fib_init_expr_xy.c: Likewise.
> + * c-c++-common/cilk-plus/CK/fib_no_return.c: Likewise.
> + * c-c++-common/cilk-plus/CK/fib_no_sync.c: Likewise.
> + * gcc.dg/cilk-plus/cilk-plus.exp: Removed duplicate/un-necessary
> + compiler flag testing.
Ok.
Jakub