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

[REG2.069] Issue 15524 - 64bit app with anon-class crashes in contract #5420

Merged
merged 1 commit into from
Feb 23, 2016

Commits on Feb 16, 2016

  1. fix Issue 15524 - 64bit app with anon-class crashes in contract

    The regression has been introduce by issue 9383 fix (PR dlang#4788).
    In Win64, some function parameters are passed by registers (`SCshadowreg`). When the parameters are placed in closure context, their access was not well handled in dlang#4788.
    Also in Posix 64bit platforms, parameter variables have SCauto. So there was same issue.
    9rnsr committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    aaa3b7a View commit details
    Browse the repository at this point in the history