Thread overview
[Issue 21827] Null pointer exception in elToPair() in backend/cgelem.d
Apr 15, 2021
Walter Bright
Apr 15, 2021
Dlang Bot
Apr 15, 2021
Dlang Bot
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21827

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend

--
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21827

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 #12434 "fix Issue 21827 - Null pointer exception in elToPair() in backend/cge…" fixing this issue:

- fix Issue 21827 - Null pointer exception in elToPair() in backend/cgelem.d

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

--
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21827

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 #12434 "fix Issue 21827 - Null pointer exception in elToPair() in backend/cge…" was merged into master:

- aff474d0621cbebbb36c94cc1dd38772293acde6 by Walter Bright:
  fix Issue 21827 - Null pointer exception in elToPair() in backend/cgelem.d

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

--