wsmoses / Tapir-LLVM

Tapir extension to LLVM for optimizing Parallel Programs
Other
132 stars 24 forks source link

C99 mode needed to compile cilkscale (not fixed by wmoses recent commit) #36

Closed timkaler closed 6 years ago

timkaler commented 6 years ago

/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

wsmoses commented 6 years ago

Closed: This is equivalent to issue is Compiler RT issue 1 (https://github.com/wsmoses/Tapir-compiler-rt/issues/1)