[Issue 18130] ICE on zero-length `out` array parameter

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

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5abef224cbd6c580239e2cf401bb74044bb4bb3e
Fix Issue 18130 - ICE on zero-length `out` array parameter

https://github.com/dlang/dmd/commit/6957a6a622d05cd0251428b2d948b219db2d8665
Merge pull request #8127 from wilzbach/fix-18130

Fix Issue 18130 - ICE on zero-length `out` array parameter
merged-on-behalf-of: Jacob Carlborg 

--


[Issue 18130] ICE on zero-length `out` array parameter

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

github-bugzi...@puremagic.com changed:

   What|Removed |Added

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

--


[Issue 18130] ICE on zero-length `out` array parameter

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

Seb  changed:

   What|Removed |Added

   Keywords||pull
 CC||greensunn...@gmail.com
   Severity|normal  |critical

--- Comment #1 from Seb  ---
All ICEs are critical!

A simple PR that triggers an error instead of the ICE:

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

--


[Issue 18130] ICE on zero-length `out` array parameter

2017-12-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18130

johanenge...@weka.io changed:

   What|Removed |Added

   Keywords||industry

--