I get the following error
main.c:107:2: internal compiler error: in extract_for_fields, at cilk-spawn.c:1857
}
and the relevant lines are:
cilk_for (index = 0; table_name[index]!=NULL; ++index )
{
/* some work*/
}
Line 107
corresponds to the closing braces of cilk_for loop.
Any help is appreciated!