Thread overview
[Issue 23789] ImportC: __declspec(align(n))
Mar 25, 2023
Dlang Bot
Mar 26, 2023
Dlang Bot
Mar 28, 2023
Walter Bright
Mar 28, 2023
Dlang Bot
Mar 28, 2023
Dlang Bot
March 25, 2023
https://issues.dlang.org/show_bug.cgi?id=23789

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 #15036 "fix Issue 23789 - ImportC:
__declspec(align(n))" fixing this issue:

- fix Issue 23789 - ImportC: __declspec(align(n))

- fix Issue 23789 - ImportC: __declspec(align(n))

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

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

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 #15036 "fix Issue 23789 - ImportC: __declspec(align(n))"
was merged into master:

- 6f2d1f45e95a9aed9b05b09d1404508b867e7639 by Walter Bright:
  fix Issue 23789 - ImportC: __declspec(align(n))

- 9790647956c377e7eaa0ade2323c7ee7cc746cdf by Walter Bright:
  fix Issue 23789 - ImportC: __declspec(align(n))

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|FIXED                       |---

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
The fix wasn't complete, still have the typedef problem.

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15044 "fix Issue 23789 - ImportC:
__declspec(align(n)) take 2" fixing this issue:

- fix Issue 23789 - ImportC: __declspec(align(n)) take 2

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

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15044 "fix Issue 23789 - ImportC: __declspec(align(n))
take 2" was merged into master:

- 6e30025aace8fc631d1b41c1b240b3ebfec66039 by Walter Bright:
  fix Issue 23789 - ImportC: __declspec(align(n)) take 2

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

--