[Issue 21120] Inconsistent mangling of __init symbol

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 29 15:05:32 UTC 2020


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

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@kinke created dlang/dmd pull request #11645 "Fix Issue 21120 - Inconsistent
mangling of __init symbol" fixing this issue:

- 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