Closed tju-chenyaosuo closed 3 years ago
use ''' perl -pi.bak -e 's/int main (int argc, char* argv[])/int argc; char **argv; int main (void)/' a.c &&\ frama-c -c11 -cpp-command "gcc -C -Dvolatile= -E -I." -eva -eva-precision 2 -machdep x86_64 pre.c '''
Have the same issue. 👏
Hi, I use csmith to generate test program, but I usually get "invalid memory access" or "accesses to uninitialized left-values" under frama-c-21.1 -eva. Is there something wrong with my usage of csmith or frama-c?