https://issues.dlang.org/show_bug.cgi?id=19768
Issue ID: 19768
Summary: Compiler segfaults with -checkaction=context
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
>From https://forum.dlang.org/post/[email protected]:
```
import std.experimental.all;
```
DMD v2.085.1-beta.1 (incl. druntime fix
https://github.com/dlang/druntime/pull/2528) crashes with `-c -unittest
-checkaction=context`.
--