[Issue 3925] Missed escaping reference of a local variable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 22 19:26:51 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3925



--- Comment #4 from bearophile_hugs at eml.cc 2010-10-22 19:26:06 PDT ---
Here DMD 2.049 doesn't find the error, but it should:


int* foo() {
    int x;
    int* p = &x;
    return p;
}
void main() {}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list