Hello Everyone, This patch is for the Cilk Plus branch GCC C++ compiler. It will fix the following cases of cilk_for (where 'T' is a template type)
_Cilk_for ( T ii = <INITIAL VALUE> ; ii <RELATIONAL_OPERATOR> <END_VALUE> ; ii <+/->= <INCREMENT/DECREMENT VALUE>) <statement> Thanks, Balaji V. Iyer.
template_cilk_for_patch
Description: template_cilk_for_patch