might be a bug in the DMD FrontEnd

Davidl Davidl at 126.com
Thu Mar 29 23:36:17 PDT 2007


err in constfold.c
func cat declare and assign Type t;
but t never used?
	t = es2->type;
	es->type = type;
either es->type = t; or an assertion might be preferred?



More information about the Digitalmars-d mailing list