/efs/2018-tapir/Tapir-LLVM/projects/compiler-rt/lib/cilkscale/csanrt.c:106:7: error: ‘for’ loop initia
l declarations are only allowed in C99 mode
for (int i = 0; i < table->num_entries; ++i)
Note: after talking with TB I realize that an attempt was made to fix this bug. But it does not appear to have worked. I'm compiling with gcc 4.8.5
/efs/2018-tapir/Tapir-LLVM/projects/compiler-rt/lib/cilkscale/csanrt.c:106:7: error: ‘for’ loop initia l declarations are only allowed in C99 mode for (int i = 0; i < table->num_entries; ++i)
Note: after talking with TB I realize that an attempt was made to fix this bug. But it does not appear to have worked. I'm compiling with gcc 4.8.5