https://issues.dlang.org/show_bug.cgi?id=21120
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
