epoch-language icon indicating copy to clipboard operation
epoch-language copied to clipboard

Compiler: scoping rules can be violated

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

if(something())
{
    integer foo = 42
}
else
{
    foo = 666
}


This nonsense compiles and executes, albeit with undefined behavior. Fix 
scoping rules to be enforced properly.

Original issue reported on code.google.com by [email protected] on 5 Sep 2014 at 5:33

GoogleCodeExporter avatar Apr 21 '15 05:04 GoogleCodeExporter