OSX, dmd 2.083.0 beta 1 and master --- struct Foo { Template!() a(a.x); } --- dmd -c -o- app.d app.d(3): Error: template instance `Template!()` template Template is not defined Segmentation fault: 11
PR: https://github.com/dlang/dmd/pull/8899
Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a871becfb3a9b8de8122106d2b2a9060407812d0 Fix Issue 19336 - [ICE] segfault on invalid code
dlang/dmd pull request #10046 "[dmd-cxx] Backport semanticRun refactoring and recursive semantic SEGV bug fixes" was merged into dmd-cxx: - e57883c325210ea20a053a8a3b0de3cf583cddf2 by RazvanN7: Fix Issue 19336 - [ICE] segfault on invalid code https://github.com/dlang/dmd/pull/10046