Re: [PATCH] Fix for PR 59524

2014-01-08 Thread Rainer Orth
Jeff Law writes: >> gcc/testsuite/ChangeLog >> +2014-01-08 Balaji V. Iyer >> + >> + PR testsuite/59524 >> + * gcc.dg/cilk-plus/cilk-plus.exp: Make sure the cilk keywords tests >> + are run only if the Cilk library is available/enabled. >> + * g++.dg/cilk-plus/cilk-plus.

Re: [PATCH] Fix for PR 59524

2014-01-08 Thread Jeff Law
On 01/08/14 14:16, Iyer, Balaji V wrote: Hello Everyone, Attached, please find a patch will fix the bug mentioned in PR 59524. The main issue was that Cilk keywords tests are running even when the user configured the compiler with --disable-libcilkrts. This patch should fix this issue

[PATCH] Fix for PR 59524

2014-01-08 Thread Iyer, Balaji V
Hello Everyone, Attached, please find a patch will fix the bug mentioned in PR 59524. The main issue was that Cilk keywords tests are running even when the user configured the compiler with --disable-libcilkrts. This patch should fix this issue for C and C++. This is tested on x86 and x8