alloca cause DMD compiler error (Internal error: eh.c 54)

Peter Alexander peter.alexander.au at gmail.com
Mon Jul 8 11:17:56 PDT 2013


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


More information about the Digitalmars-d mailing list