[Issue 7782] New: [ICE] With wrong import syntax
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 25 16:18:17 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7782
Summary: [ICE] With wrong import syntax
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2012-03-25 16:18:41 PDT ---
Wrong D2 code (it contains a simple typing mistake I have done, a dot instead
of a comma):
import std.algorithm, std.range. std.math;
void main() {
iota(10);
}
DMD 2.059head crashes and shows:
Assertion failure: 'p->isPackage()' on line 1173 in file 'module.c'
--
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