[Issue 14398] Segfault when nested struct in static array accesses context

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14398

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e99eb3fa18ca62f9209b8168badd8f42f3055126
fix Issue 14398 - Segfault when nested struct in static array accesses context

https://github.com/D-Programming-Language/dmd/commit/5bad2acc86f1bf09d0b5c06bf653b25de0fe38ea
Merge pull request #4552 from 9rnsr/fix14398

--


[Issue 14398] Segfault when nested struct in static array accesses context

2015-04-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14398

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e99eb3fa18ca62f9209b8168badd8f42f3055126
fix Issue 14398 - Segfault when nested struct in static array accesses context

https://github.com/D-Programming-Language/dmd/commit/5bad2acc86f1bf09d0b5c06bf653b25de0fe38ea
Merge pull request #4552 from 9rnsr/fix14398

Issue 14398 - Segfault when nested struct in static array accesses context

--


[Issue 14398] Segfault when nested struct in static array accesses context

2015-04-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14398

Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull, wrong-code

--- Comment #1 from Kenji Hara  ---
https://github.com/D-Programming-Language/dmd/pull/4552

--