[Issue 376] New: assertion in template.c:2141 and wrong return value

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 27 06:46:14 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=376

           Summary: assertion in template.c:2141 and wrong return value
           Product: D
           Version: 0.166
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: benoit at tionex.de


In my actual Project, everytime I have a compile error, after the message an
assertion fails:

dmd: template.c:2141: void TemplateInstance::semanticTiargs(Scope*): Assertion
`ea' failed.

then, dmd exits, and I think it exits with 0, because build tries to start gcc
and this complains about all missing object files.

Please exit dmd with != 0 if an assertion comes up.

Sorry, no executable sample code available.


-- 




More information about the Digitalmars-d-bugs mailing list