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

[csmith-bugs] non-compiling C code emitted



This command:

csmith -s 247122391 --no-embedded-assigns --no-jumps --no-math64 --no-structs --no-volatiles --no-dangling-global-pointers --no-return-dead-pointer --output small.c

Gives output containing this line of code:

   g_34.f1 = 0;

but g_34 is an array!

John