On Monday, 8 July 2013 at 17:37:10 UTC, Maxime Chevalier-Boisvert wrote:
void foo(IRInstr instr)
{
    auto s = TheStruct();

    bar();

    auto a = alloca(16);
}

Looks like this bug: http://d.puremagic.com/issues/show_bug.cgi?id=3753

Reply via email to