Hello Jakub, I think I have found a fix to _Cilk_for to be structured the way you requested. I am currently trying to clean up my code so that I can send you a patch.
Now, I am trying to remove the 2 fields I put in gimple_omp_for_iter: loop_count and grain. But, it is giving the following errors when I remove it. Do you know what is causing it and how I can fix it? gtype-desc.c: In function âvoid gt_ggc_mx_gimple_statement_base(void*)â: gtype-desc.c:1721: error: âstruct gimple_omp_for_iterâ has no member named âloop_countâ gtype-desc.c:1721: error: âstruct gimple_omp_for_iterâ has no member named âloop_countâ gtype-desc.c:1722: error: âstruct gimple_omp_for_iterâ has no member named âgrainâ gtype-desc.c:1722: error: âstruct gimple_omp_for_iterâ has no member named âgrainâ gtype-desc.c: In function âvoid gt_pch_nx_gimple_statement_base(void*)â: gtype-desc.c:4854: error: âstruct gimple_omp_for_iterâ has no member named âloop_countâ gtype-desc.c:4854: error: âstruct gimple_omp_for_iterâ has no member named âloop_countâ gtype-desc.c:4855: error: âstruct gimple_omp_for_iterâ has no member named âgrainâ gtype-desc.c:4855: error: âstruct gimple_omp_for_iterâ has no member named âgrainâ gtype-desc.c: In function âvoid gt_pch_p_21gimple_statement_base(void*, void*, void (*)(void*, void*), void*)â: gtype-desc.c:8176: error: âstruct gimple_omp_for_iterâ has no member named âloop_countâ gtype-desc.c:8178: error: âstruct gimple_omp_for_iterâ has no member named âgrainâ These files are in the build directory. I deleted everything and reconfigured but the error reappears. Thanks, Balaji V. Iyer.