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

[csmith-bugs] very likely bug in current head



regehr@home:~/test$ /mnt/z/csmith/src/csmith -s 1022089484 --bitfields --force-globals-static --unions --output rand000675.c
regehr@home:~/test$ gcc -O0 -w -I/mnt/z/csmith/runtime rand000675.c -o foo
regehr@home:~/test$ ./foo
Segmentation fault
regehr@home:~/test$ clang -O0 -w -I/mnt/z/csmith/runtime rand000675.c -o foo
regehr@home:~/test$ ./foo
Segmentation fault