www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Internal error: ../ztc/cod1.c 2751

reply Johan Granberg <lijat.meREM OVE.gmail.com> writes:
dmd 172 crashes with this error when i compile my project

make[2]: Entering directory `/home/johan/doc/Projects/sige/sige/lib/sige'
dmd -c  -g -fPIC -unittest -inline -release
gui/basic.d -I../dlisp/ -I.. -ofgui/basic.o
Internal error: ../ztc/cod1.c 2751


I will try to isolate the problem but if someone is intreseted i can post
the source
Nov 04 2006
parent Johan Granberg <lijat.meREM OVE.gmail.com> writes:
Johan Granberg wrote:

 dmd 172 crashes with this error when i compile my project
 
 make[2]: Entering directory `/home/johan/doc/Projects/sige/sige/lib/sige'
 dmd -c  -g -fPIC -unittest -inline -release
 gui/basic.d -I../dlisp/ -I.. -ofgui/basic.o
 Internal error: ../ztc/cod1.c 2751
 
 
 I will try to isolate the problem but if someone is intreseted i can post
 the source
I did not manage to isolate the error but it appeared sometimes when i was setting the length of an dynamic array when compiled with -fPIC.
Nov 04 2006