DMD 0.175 dmd.exe crash

Boris Kolar boris.kolar at globera.com
Sun Nov 26 01:59:28 PST 2006


This code crashes the compiler (Visual Studio Just-In-Time
Debugger: An unhandled win32 exception occured in dmd.exe [1848]...):

struct Foo(T) {}

int main(char[][] args) {
	if ((Foo!(char)).init == (Foo!(char)).init) return 1;
	return 0;
}



More information about the Digitalmars-d-announce mailing list