[Issue 6845] New: ICE in Type::syntaxCopy
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 23 11:15:36 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6845
Summary: ICE in Type::syntaxCopy
Product: D
Version: D1 & D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice-on-invalid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: mrmocool at gmx.de
--- Comment #0 from Trass3r <mrmocool at gmx.de> 2011-10-23 11:14:33 PDT ---
This is the DustMite reduction:
struct Bla
{
this(objects)
{
}
}
Error: undefined identifier objects, did you mean import object?
_error_ 0x18d5830
ty = 35
dmd: mtype.c:145: virtual Type* Type::syntaxCopy(): Assertion `0' failed.
--
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