Thread overview
[Issue 14398] Segfault when nested struct in static array accesses context
Apr 03, 2015
Kenji Hara
April 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14398

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, wrong-code

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4552

--
April 18, 2015
https://issues.dlang.org/show_bug.cgi?id=14398

--- Comment #2 from github-bugzilla@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

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14398

--- Comment #3 from github-bugzilla@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

--