[Issue 15317] Segfault in Type::kind() with DMD v2.069.0

2016-01-03 Thread via Digitalmars-d-bugs
in Type::kind() with DMD v2.069.0 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

2015-11-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15317 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15317] Segfault in Type::kind() with DMD v2.069.0

2015-11-15 Thread via Digitalmars-d-bugs
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

[Issue 15317] Segfault in Type::kind() with DMD v2.069.0

2015-11-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15317 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from

[Issue 15317] Segfault in Type::kind() with DMD v2.069.0

2015-11-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15317 ZombineDev changed: What|Removed |Added Summary|Segfault in Type::kind()|Segfault in

[Issue 15317] Segfault in Type::kind() with DMD v2.069.0

2015-11-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15317 --- Comment #1 from ZombineDev --- When I run DMD with dmd -c this_file.d I get an compile-time error message (which is expected) and then DMD segfaults. --

[Issue 15317] Segfault in Type::kind() with DMD v2.069.0

2015-11-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15317 ag0ae...@gmail.com changed: What|Removed |Added Keywords||ice CC|