Thread overview
[Issue 22973] importC: sizeof with array and pointer access gives array type has incomplete element type
Sep 23, 2022
Walter Bright
Sep 23, 2022
Dlang Bot
Sep 26, 2022
Dlang Bot
September 23, 2022
https://issues.dlang.org/show_bug.cgi?id=22973

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|importC: sizeof with array  |importC: sizeof with array
                   |and pointer access gives    |and pointer access gives
                   |'array type has incomplete  |array type has incomplete
                   |element type'               |element type

--
September 23, 2022
https://issues.dlang.org/show_bug.cgi?id=22973

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 #14474 "fix Issue 22973 - importC: sizeof with array and pointer access gives…" fixing this issue:

- fix Issue 22973 - importC: sizeof with array and pointer access gives array type has incomplete element type

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

--
September 26, 2022
https://issues.dlang.org/show_bug.cgi?id=22973

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 #14474 "fix Issue 22973 - importC: sizeof with array and pointer access gives…" was merged into master:

- f3aceb3c765f631f51fc0b73632e7a5612b7ec51 by Walter Bright:
  fix Issue 22973 - importC: sizeof with array and pointer access gives array
type has incomplete element type

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

--