Thread overview
[Issue 19913] ICE: Segmentation fault with mixin and enum
May 28, 2019
Iain Buclaw
May 30, 2019
Dlang Bot
Jun 09, 2019
Dlang Bot
Jun 15, 2019
steven kladitis
May 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19913

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--
May 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19913

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9921 "fix Issue 19913 - ICE: Segmentation fault with mixin and enum" was merged into stable:

- 1c3a4c1a865b8b60baa46e944dbd5ed0010bcc11 by Iain Buclaw:
  fix Issue 19913 - ICE: Segmentation fault with mixin and enum

https://github.com/dlang/dmd/pull/9921

--
June 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19913

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10000 "[dmd-cxx] fix Issue 19913 - ICE: Segmentation fault with mixin and enum" was merged into dmd-cxx:

- cc0fc323cdaf310fa05bff518bcc2ba893191276 by Iain Buclaw:
  fix Issue 19913 - ICE: Segmentation fault with mixin and enum

https://github.com/dlang/dmd/pull/10000

--
June 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19913

steven kladitis <steven_kladitis@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven_kladitis@yahoo.com

--- Comment #3 from steven kladitis <steven_kladitis@yahoo.com> ---
im the pull for the the fix I see
if (v->type == NULL)


should this be if (v->type IS NULL)

--