[Issue 17285] Segfault when types are used in array literals

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17285

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 17285] Segfault when types are used in array literals

2019-06-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17285

--- Comment #4 from Dlang Bot  ---
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

--


[Issue 17285] Segfault when types are used in array literals

2019-03-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17285

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Dlang Bot  ---
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

--


[Issue 17285] Segfault when types are used in array literals

2019-03-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17285

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Dlang Bot  ---
@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

--


[Issue 17285] Segfault when types are used in array literals

2019-03-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17285

--- Comment #1 from Basile-z  ---
This happens with any type actually, when it tries to find the common type.

--


[Issue 17285] Segfault when types are used in array literals

2019-03-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17285

Basile-z  changed:

   What|Removed |Added

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

--