http://d.puremagic.com/issues/show_bug.cgi?id=4743
Summary: Internal compiler error involving "in UnknownType*"
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: ice-on-invalid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Koroskin Denis <[email protected]> 2010-08-27 21:04:06 PDT
---
Test case is as simple as that:
module crashme.d
class Foo
{
void crash(in Bar* e) { // Bar is not defined
}
}
# dmd crashme.d
Assertion failure: 'tn->mod & MODimmutable || tn->mod & MODconst' on line 875
in file 'mtype.c'
abnormal program termination
DMD2.048, no idea if it applies to D1
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------