http://bugzilla.gdcproject.org/show_bug.cgi?id=128

--- Comment #1 from Iain Buclaw <ibuc...@gdcproject.org> ---
This ICE is intentional as I did not at the time anticipate any problems, but
put in an ICE just incase.

// Any other kind of symbol should have their csym set.
// If this is an unexpected import, the compiler will throw an error.


As you can tell from the backtrace:

0x65a2b7 Dsymbol::toSymbol()
0x65a4f2 Dsymbol::toImport()
0x66ab71 Dsymbol::toObjFile(int)

It's attempting to generate code in parts of the compiler that was never meant
for this.

I won't be wanting to complicate this section any more than what it already is,
however then eventual move for toSymbol, toObjFile and toImport to a visitor
would resolve this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to