Thread overview
[Issue 23752] ImportC: can't take address of dereferenced void pointer
Mar 08, 2023
Dlang Bot
Mar 10, 2023
Dlang Bot
Mar 16, 2023
Dlang Bot
March 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23752

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14970 "Fix 23752 - ImportC: can't take address of dereferenced void pointer" fixing this issue:

- Fix 23752 - ImportC: can't take address of dereferenced void pointer

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

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

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 #14970 "Fix 23752 - ImportC: can't take address of dereferenced void pointer" was merged into stable:

- 33d6a56a4fa0ebad3b6dc85269d85673bdf692ab by Dennis Korpel:
  Fix 23752 - ImportC: can't take address of dereferenced void pointer

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

--
March 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23752

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

- 2ad82c66d139dadb57f878b5d3611132b8af2956 by Dennis:
  Fix 23752 - ImportC: can't take address of dereferenced void pointer (#14970)

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

--