Hi Marcelo,
The SV-COMP 2013 version of LLBMC needs clang version 3.1 in order to
operate correctly. Which version are you using?
Do you get the error message on all benchmarks from the memory safety
category or only on some of them?
Also, could you tell us what you get when you run
clang -c -emit-llvm -std=gnu89 -m32 -O0 file.c
and
clang -c -emit-llvm -std=gnu99 -m32 -O0 file.c
where file.c is one of the benchmarks that causes a compilation error?
Thanks,
Stephan