Thread overview
[Issue 22304] importC: parsing gnu-style attributes fails if return type is pointer
Sep 16, 2021
Dlang Bot
Sep 18, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22304

dave287091@gmail.com changed:

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

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

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 #13077 "fix Issue 22304 - importC: parsing gnu-style attributes fails if retu…" fixing this issue:

- fix Issue 22304 - importC: parsing gnu-style attributes fails if return type is pointer

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

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

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 #13077 "fix Issue 22304 - importC: parsing gnu-style attributes fails if retu…" was merged into stable:

- ff6b5838d0a273679586ecf4a7967cc4b7759850 by Walter Bright:
  fix Issue 22304 - importC: parsing gnu-style attributes fails if return type
is pointer

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

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

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

- df423a97383db883dac565f9c67927dcd5d397bc by Walter Bright:
  fix Issue 22304 - importC: parsing gnu-style attributes fails if return type
is pointer (#13077)

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

--