www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - crashed dmd

Compiling following code: 
void main() { 
  int k = 1; 
  if(k == 0) 
    debug{printf("test");} 
} 
crashed dmd

void main() { 
  try{ 
  }finally{ 
    debug(p); 
  } 
}
with not -debug=p crashed dmd
Sep 05 2004