Thread overview
[Issue 22233] importC: (identifier)() incorrectly parsed as a cast-expression
[Issue 22233] importC: Error: expression expected, not `)` with parenthesized function call
Sep 07, 2021
Walter Bright
Sep 07, 2021
Dlang Bot
Sep 07, 2021
Dlang Bot
August 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22233

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid

--
September 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22233

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|importC: Error: expression  |importC: (identifier)()
                   |expected, not `)` with      |incorrectly parsed as a
                   |parenthesized function call |cast-expression

--
September 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22233

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 #13052 "fix Issue 22233 - importC:
(identifier)() incorrectly parsed as a cas…" fixing this issue:

- fix Issue 22233 - importC: (identifier)() incorrectly parsed as a
cast-expression

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

--
September 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22233

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 #13052 "fix Issue 22233 - importC: (identifier)()
incorrectly parsed as a cas…" was merged into master:

- d33ac6f94a110ed63cec5377a6bb21e4e6c39c46 by Walter Bright:
  fix Issue 22233 - importC: (identifier)() incorrectly parsed as a
cast-expression

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

--