[Issue 8586] New: [ICE] (module.c, line 829) with -noboundscheck and local import
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Aug 25 18:53:42 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8586
Summary: [ICE] (module.c, line 829) with -noboundscheck and
local import
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
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-08-25 18:53:39 PDT ---
void main() {
import std.stdio;
writeln();
}
Compiled with:
dmd -release -inline -noboundscheck test.d
DMD 2.061alpha:
Assertion failure: 'semanticstarted == 2' on line 829 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