March 14, 2005
compiler hang up with -g option when it works fine without -g

---
dmd -c -I.. -g XmlResource.d
ty = 6
Assertion failure: '0' on line 609 in file 'glue.c'

abnormal program termination
March 14, 2005
BERO wrote:
| compiler hang up with -g option when it works fine without -g
|
| ---
| dmd -c -I.. -g XmlResource.d
| ty = 6
| Assertion failure: '0' on line 609 in file 'glue.c'
|
| abnormal program termination

Could you please send some sample sourcecode?

Thomas