https://issues.dlang.org/show_bug.cgi?id=16699
Marc Schütz <schue...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schue...@gmx.net --- Comment #1 from Marc Schütz <schue...@gmx.net> --- Digger finds this as the culprit: commit 5498a84606008426ff1a9f6b2a493e083715e74c Author: Martin Nowak <c...@dawg.eu> Date: Sat Jan 2 18:44:59 2016 +0100 dmd: Merge pull request #5324 from WalterBright/enable-dwarfeh https://github.com/D-Programming-Language/dmd/pull/5324 Dwarf EH: enable it There's also a reference to another bug in this PR: https://issues.dlang.org/show_bug.cgi?id=15625 --