Thread overview
[Issue 21995] Struct with size uint.max or greater causes ICE
Jun 06, 2021
Paul Backus
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
Sep 25
kdevel
Sep 26
Dlang Bot
Oct 02
Dlang Bot
June 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21995

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21995

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21995

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
           Severity|normal                      |critical

--
September 25
https://issues.dlang.org/show_bug.cgi?id=21995

kdevel <kdevel@vogtner.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kdevel@vogtner.de

--
September 26
https://issues.dlang.org/show_bug.cgi?id=21995

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #16885 "fix bugzilla 21995 Struct with size uint.max or greater causes ICE" fixing this issue:

- fix bugzilla 21995 Struct with size uint.max or greater causes ICE

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

--
September 26
https://issues.dlang.org/show_bug.cgi?id=21995

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
October 02
https://issues.dlang.org/show_bug.cgi?id=21995

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 #16885 "fix bugzilla 21995 Struct with size uint.max or greater causes ICE" was merged into master:

- 2595b71540a03bbeba55cf6f8d7a0a933deb1599 by Walter Bright:
  fix bugzilla 21995 Struct with size uint.max or greater causes ICE

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

--