Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 14831 - Each function local symbols should have unique mangled name #12235

Merged
merged 1 commit into from Mar 1, 2021

Commits on Feb 28, 2021

  1. Fix 14831 - Each function local symbols should have unique mangled name

    PR dlang#12119 already fixed collisions for several declarations but missed
    local variables.
    
    The check for `isDataSeg` was a remnant of the old error raised for
    `static`/`__gshared` variables. Removing it enables the mangling fixup
    for local variables.
    
    Note that this doesn't fix https://issues.dlang.org/show_bug.cgi?id=10619
    which is unrelated to the mangling.
    MoonlightSentinel committed Feb 28, 2021
    Copy the full SHA
    1d2b5ec View commit details
    Browse the repository at this point in the history