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.
Comment #1 by lovelydear — 2012-04-19T14:20:55Z
Comment #2 by kekeniro2 — 2012-10-17T11:10:49Z
These are independent of Issue 7305. *** This issue has been marked as a duplicate of issue 8586 ***