[Issue 21120] Inconsistent mangling of __init symbol

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 29 17:19:04 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21120

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

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

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #11645 "Fix Issue 21120 - Inconsistent mangling of
__init symbol" was merged into stable:

- 4e863aa3532480abe5832b2448904bdf8e441ddf by Martin Kinkelin:
  Fix Issue 21120 - Inconsistent mangling of __init symbol

  The mangling code previously assumed no identifier would ever start at
  buffer offset 0. Get rid of that assumption by storing offset+1.

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

--


More information about the Digitalmars-d-bugs mailing list