March 06, 2007
Attempted to build tango-0.95.1 with gdc-0.23 linux x86_64

gdc -o genobj.o -g -frelease -O2 -fversion=GC_Use_Alloc_MMap -fversion=GC_Use_Stack_GLibC -fversion=GC_Use_Data_Fixed -nostdinc -fversion=Posix -I.. -I../.. -I../../.. -I . -I ./../../gc/gdc -I ./. -c genobj.d
cc1d: ../../gcc-4.1.1/gcc/d/dmd/toobj.c:417: virtual void ClassDeclaration::toObjFile(): Assertion `classinfo->structsize == CLASSINFO_SIZE' failed.
genobj.d:181: internal compiler error: Aborted
March 06, 2007
Neal Becker wrote:
> Attempted to build tango-0.95.1 with gdc-0.23 linux x86_64
> 
> gdc -o genobj.o -g -frelease -O2 -fversion=GC_Use_Alloc_MMap -fversion=GC_Use_Stack_GLibC -fversion=GC_Use_Data_Fixed -nostdinc -fversion=Posix -I.. -I../.. -I../../.. -I . -I ./../../gc/gdc -I ./. -c genobj.d cc1d: ../../gcc-4.1.1/gcc/d/dmd/toobj.c:417: virtual void ClassDeclaration::toObjFile(): Assertion `classinfo->structsize == CLASSINFO_SIZE' failed.
> genobj.d:181: internal compiler error: Aborted

This has nothing to do with GDC.

Tango does not yet work with GDC 0.23. I'm working on it. Be patient.

 - Gregor Richards