http://d.puremagic.com/issues/show_bug.cgi?id=10040
Summary: struct-related ICE
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from �ivind <[email protected]> 2013-05-07 13:57:02 PDT ---
Created an attachment (id=1212)
project reduced with dustmite
During compile of my project, I got the following error.
dmd: struct.c:735: virtual void StructDeclaration::semantic(Scope*): Assertion
`type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed.
Aborted (core dumped)
I have reduced the project with dustmite, and it now fails with more errors,
but the error above is still present.
To reproduce: extract and run "make clean && make" in the extracted directory.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------