Problem with compilation( DMD compile run failed with exit code -6 )

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Dec 17 07:48:04 PST 2014


On Wed, Dec 17, 2014 at 03:13:27PM +0000, Akzwar via Digitalmars-d-learn wrote:
[...]
> Finally compilation crashes with exit code -6:
> dmd: class.c:859: virtual void ClassDeclaration::semantic(Scope*): Assertion
> `type->ty != Tclass || ((TypeClass *)type)->sym == this' failed.
[...]

This is an ICE (internal compiler error). ICE's are *always* compiler
bugs. Please file a critical bug on bugzilla (http://issues.dlang.org/).


T

-- 
Never ascribe to malice that which is adequately explained by incompetence. -- Napoleon Bonaparte


More information about the Digitalmars-d-learn mailing list