https://issues.dlang.org/show_bug.cgi?id=21120
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
