On Fri, Feb 07, 2014 at 10:14:21PM +0000, Iyer, Balaji V wrote: > Attached, please find a fixed patch. Along with it, I have also > added 2 changelog files for C and C++ respectively.
Have you even looked at the second testcase I've posted? gimplification ICEs on it with your latest patch, because firstprivate clause is added for the same variable multiple times, and it seems parallel still isn't around _Cilk_for. Jakub