http://d.puremagic.com/issues/show_bug.cgi?id=4254
Summary: addMod assertion failure
Product: D
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Ellery Newcomer <[email protected]> 2010-05-30
17:02:55 PDT ---
The code:
void bub(const inout int other) {}
void main() {
bub(1);
}
The result:
dmd: mtype.c:1155: Type* Type::addMod(unsigned int): Assertion `0' failed.
/home/ellery/bin/dmd: line 3: 25241 Aborted (core dumped)
/home/ellery/Downloads/dmd2046/linux/bin/dmd $*
dmd 2.046
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------