August 01, 2005
I've whittled down my code to a reasonably sized test case, but it's still a tad long, so I've included a link here:

http://home.f4.ca/sean/d/glue_err.d

This is the compiler error:

C:\code\d>dmd glue_err
Assertion failure: '!v->csym' on line 387 in file 'glue.c'

abnormal program termination


August 06, 2005
Sean Kelly schrieb:

> I've whittled down my code to a reasonably sized test case, but it's still a tad long, so I've included a link here:
> 
> http://home.f4.ca/sean/d/glue_err.d
> 
> This is the compiler error:
> 
> C:\code\d>dmd glue_err
> Assertion failure: '!v->csym' on line 387 in file 'glue.c'
> 
> abnormal program termination

Added to DStress as http://dstress.kuehne.cn/run/b/bug_glue_387_A.d http://dstress.kuehne.cn/run/b/bug_glue_387_B.d http://dstress.kuehne.cn/run/b/bug_glue_387_C.d http://dstress.kuehne.cn/run/b/bug_glue_387_D.d

Thomas