Thread overview
[Issue 17285] Segfault when types are used in array literals
[Issue 17285] Segfault for invalid code (enum without value)
Mar 29, 2017
David Nadlinger
Mar 02, 2019
Basile-z
Mar 02, 2019
Basile-z
Mar 02, 2019
Dlang Bot
Mar 02, 2019
Dlang Bot
Jun 16, 2019
Dlang Bot
Mar 21, 2020
Basile-z
March 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17285

David Nadlinger <code@klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, ice-on-invalid-code
                 CC|                            |code@klickverbot.at

--
March 02, 2019
https://issues.dlang.org/show_bug.cgi?id=17285

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
            Summary|Segfault for invalid code   |Segfault when types are
                   |(enum without value)        |used in array literals

--
March 02, 2019
https://issues.dlang.org/show_bug.cgi?id=17285

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
This happens with any type actually, when it tries to find the common type.

--
March 02, 2019
https://issues.dlang.org/show_bug.cgi?id=17285

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Basile-z created dlang/dmd pull request #9404 "fix issue 17285 - Segfault when types are used in array literals" fixing this issue:

- fix issue 17285 - Segfault when types are used in array literals

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

--
March 02, 2019
https://issues.dlang.org/show_bug.cgi?id=17285

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9404 "fix issue 17285 - Segfault when types are used in array literals" was merged into master:

- 7204ca1bf54f744d8ac4c56834bdc727fa2bb944 by Basile Burg:
  fix issue 17285 - Segfault when types are used in array literals

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10046 "[dmd-cxx] Backport semanticRun refactoring and recursive semantic SEGV bug fixes" was merged into dmd-cxx:

- 92380066e181b0db4e64f7be65bf357430df8874 by Basile Burg:
  fix issue 17285 - Segfault when types are used in array literals

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=17285

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--