[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-bugs] another bug



Is this the revision from yesterday? I can't reproduce it with c3fe5f.

-Xuejun

> 
> [regehr@gamow ~]$ /home/regehr/csmith/src/csmith -s 278049258
> --bitfields    --force-globals-static --unions --output rand001859.c
> [regehr@gamow ~]$ clang -O0  -I/home/regehr/csmith/runtime
> rand001859.c
>   -w[regehr@gamow ~]$ ./a.out
> Segmentation fault
> [regehr@gamow ~]$ gcc -O0  -I/home/regehr/csmith/runtime rand001859.c
> -w
> [regehr@gamow ~]$ ./a.out
> Segmentation fault