[Issue 19778] ICE when accessing empty array at compile time

2019-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19778

--- Comment #4 from Dlang Bot  ---
dlang/dmd pull request #9563 "[dmd-cxx] Fix Issue 19778 - ICE when accessing
empty array at compile time" was merged into dmd-cxx:

- dda95a1bef25a7647016e863cb4d05f563e53749 by RazvanN7:
  Fix Issue 19778 - ICE when accessing empty array at compile time

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

--


[Issue 19778] ICE when accessing empty array at compile time

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

Dlang Bot  changed:

   What|Removed |Added

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

--- Comment #3 from Dlang Bot  ---
dlang/dmd pull request #9547 "Fix Issue 19778 - ICE when accessing empty array
at compile time" was merged into master:

- 6974776b1f16a281fdb2e73d76d3a2ec7f2ee30a by RazvanN7:
  Fix Issue 19778 - ICE when accessing empty array at compile time

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

--


[Issue 19778] ICE when accessing empty array at compile time

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

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Dlang Bot  ---
@RazvanN7 created dlang/dmd pull request #9547 "Fix Issue 19778 - ICE when
accessing empty array at compile time" fixing this issue:

- Fix Issue 19778 - ICE when accessing empty array at compile time

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

--


[Issue 19778] ICE when accessing empty array at compile time

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

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #1 from RazvanN  ---
Introduced by : https://github.com/dlang/dmd/pull/9200

--