Thread overview
[Issue 19658] C++ enum mangling is wrong on Windows for other integer types
Apr 12, 2019
Dlang Bot
Apr 13, 2019
Dlang Bot
February 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19658

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |C++, industry, mangling

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19658

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |blocker

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19658

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke created dlang/dmd pull request #9605 "Fix Issue 19658 - MSVC++ enum mangling" fixing this issue:

- Fix Issue 19658 - MSVC++ enum mangling

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

--
April 13, 2019
https://issues.dlang.org/show_bug.cgi?id=19658

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 #9605 "Fix Issue 19658 - MSVC++ enum mangling" was merged into master:

- 1bb36043f0e27a6dfe649be796796267c38a31de by Martin Kinkelin:
  Fix Issue 19658 - MSVC++ enum mangling

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

--