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



--- Comment #3 from Don <clugd...@yahoo.com.au> 2010-05-18 00:18:01 PDT ---
I'm including this test case from bug 4054, so that I can close it, as it is
clearly another instance of the same bug.
-------
import core.stdc.stdlib : alloca;
class A { }
void b()
{
        scope a = new A;
        int l;
        alloca(l);
        goto L1;
L1:
        ;
}

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

Reply via email to