[Issue 15317] Segfault in Type::kind() with DMD v2.069.0
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Nov 15 04:07:57 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15317
--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/0c8415056e801d414222bc6f2cf7a15e6d2a2c7a
fix Issue 15317 - Segfault in Type::kind() with DMD v2.069.0
`TypeExp.semantic` should return `ErrorExp` if the `type` is `Terror`.
https://github.com/D-Programming-Language/dmd/commit/2c3a160e10367f4750e06694779e78a9de81be1d
Merge pull request #5265 from 9rnsr/fix15317
Issue 15317 - Segfault in Type::kind() with DMD v2.069.0
--
More information about the Digitalmars-d-bugs
mailing list