www.digitalmars.com         C & C++   DMDScript  

D - dmd Beta v0.59 errors

The following causes the compiler to stop
with: 

Internal error: ..\ztc\cg87.c 1219

void func()
{
    float b;
    b -= 1.0;
}
Mar 13 2003