On Thu, Dec 19, 2013 at 05:14:16AM +0000, Iyer, Balaji V wrote: > I looked into this, but the issue I have is, for the following code: > > Int main (void) { > _Cilk_for (int ii = W; ii < (X+Y); ii = ii + (q+z))
This doesn't have a body, Int won't compile either. Can you post -fdump-tree-{original,gimple,omplower,ompexp} dump for some short simple testcase just to see what design decisions you've made so far? Perhaps something should be reconsidered... Jakub