Compiler (Mar 24 2008) bug re****t: This code gives the correct warning but also generates various Compiler and Internal Errors: int main(void){ int a,b,c; a=10; b=0; c=a/b; } -- Bartc