Inline functions produce internal error

Luís Marques luismarques at gmail.com
Fri Aug 11 05:40:36 PDT 2006


Hello,

I hope this is correct newsgroup.

The following code produces an internal error in gdmd 0.140 (gdc 0.17):

void test()
{
    void interError();
    internError();
}

Best regards,
Luís Marques



More information about the D.gnu mailing list