digitalmars.D.bugs - crashed dmd
- BOOOT (14/14) Sep 05 2004 Compiling following code:
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








"BOOOT" <booot mail7.ph>