Thread overview
[Issue 20710] ICE when statically accessing struct member containing empty array
Jun 04, 2020
Dlang Bot
Jun 05, 2020
Boris Carvajal
Jun 08, 2020
Dlang Bot
June 04, 2020
https://issues.dlang.org/show_bug.cgi?id=20710

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 #11225 "Fix Issue 20710 - ICE when statically accessing struct member contain…" fixing this issue:

- Fix Issue 20710 - ICE when statically accessing struct member containing empty array

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

--
June 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20710

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris2.9@gmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |normal

--
June 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20710

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 #11225 "Fix Issue 20710 - ICE when statically accessing struct member contain…" was merged into stable:

- cad8f7af5f37b631bf68115bf4faa89e89abbe64 by Boris Carvajal:
  Fix Issue 20710 - ICE when statically accessing struct member containing
empty array

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

--