https://issues.dlang.org/show_bug.cgi?id=17601
Issue ID: 17601
Summary: [REG2.075.0-b1] segmentation fault for dmd -deps
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Sorry: the reduced example still depends on:
https://github.com/atilaneves/unit-threaded
https://github.com/QAston/DMocks-revived
a.d:
import unit_threaded;
b.d:
import c;
c.d:
import dmocks.mocks;
> dmd -c -deps -IDMocks-revived -Iunit-threaded/source a.d b.d -of/dev/null
...
Segmentation fault
Workaround(?): use -o- instead of -of/dev/null
--