Thread overview
[Issue 21927] ICE (illegal instruction) with static foreach over empty member template
May 18, 2021
Ketmar Dark
May 20, 2021
Dlang Bot
May 21, 2021
Dlang Bot
May 30, 2021
Dlang Bot
Jun 11, 2021
Dlang Bot
May 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21927

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
May 20, 2021
https://issues.dlang.org/show_bug.cgi?id=21927

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #12544 "Fix Issue 21927 - ICE (illegal instruction) with static foreach over empty member template" fixing this issue:

- Fix Issue 21927 - ICE (illegal instruction) with static foreach over empty
member template

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

--
May 21, 2021
https://issues.dlang.org/show_bug.cgi?id=21927

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 #12544 "Fix Issue 21927 - ICE (illegal instruction) with static foreach over empty member template" was merged into stable:

- 53a658b204c5f0ea2a3cc7d22da17b9054cc146a by Boris Carvajal:
  Fix Issue 21927 - ICE (illegal instruction) with static foreach over empty
member template

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

--
May 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21927

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12600 "merge stable" was merged into master:

- 1a8fc5ea67acfbd697852df4b31c1cb2a39a3452 by Boris Carvajal:
  Fix Issue 21927 - ICE (illegal instruction) with static foreach over empty
member template

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

--
June 11, 2021
https://issues.dlang.org/show_bug.cgi?id=21927

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12668 "[dmd-cxx] Backport recent bug fixes for static foreach ICEs" was merged into dmd-cxx:

- 0043a6e5aa69f5ad02776e5f95f2464c08aee1bb by Boris Carvajal:
  [dmd-cxx] Fix Issue 21927 - ICE (illegal instruction) with static foreach
over empty member template

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

--