Bug 7284 – ICE(module.c): with -inline -release -noboundscheck
Status
RESOLVED
Resolution
DUPLICATE
Severity
critical
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2012-01-12T17:41:00Z
Last change time
2012-10-17T11:10:49Z
Keywords
ice
Assigned to
nobody
Creator
andrej.mitrovich
Comments
Comment #0 by andrej.mitrovich — 2012-01-12T17:41:48Z
module test;
class Module
{
static void compileObjs()
{
import std.parallelism;
}
}
void main() { }
dmd -release -inline -noboundscheck test.d
This only happens if *all* of these switches are present.