[Issue 4939] Some compile-time length tests of array concats

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4939

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 4939] Some compile-time length tests of array concats

2015-06-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4939

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4741

It will make the Program #1 case error. Program #2 and #3 case are not in
range, because they needs data flow analysis.

--