[Issue 10040] New: struct-related ICE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 7 13:57:04 PDT 2013


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: nobody at puremagic.com
        ReportedBy: oivind.loe at gmail.com


--- Comment #0 from Øivind <oivind.loe at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list