Thread overview
[Issue 19224] core.simd __vector.array "__r2.length cannot be evaluated at compile time"
Sep 05, 2018
Nathan S.
Mar 10, 2019
Dlang Bot
Mar 12, 2019
Dlang Bot
September 05, 2018
https://issues.dlang.org/show_bug.cgi?id=19224

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19223

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #9438 "[dmd-cxx] Backport vector array fixes from master" fixing this issue:

- fix Issue 19224 - Error: __r2.length cannot be evaluated at compile time

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

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9438 "[dmd-cxx] Backport vector array fixes from master" was merged into dmd-cxx:

- 7d3e991e8400e5d92451df931e6835f446aabf83 by Iain Buclaw:
  fix Issue 19224 - Error: __r2.length cannot be evaluated at compile time

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

--