The approved
comp.lang.c and
comp.lang.c.moderated standard
undefined behaviour of any
C compiler. For instance, what a compiled C program does when executing
i = i++ is
undefined; it is allowed to
add 1 to
i, add 2, crash or reboot your machine, or even make
daemons fly out of your
nose.