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

Revert reinterpret cast introduced in #432, add ICE test case for 32-bit targets #11546

Merged
merged 2 commits into from
Aug 11, 2020

Commits on Aug 10, 2020

  1. compilable: Add ICE test case for 32-bit targets

    This was fixed in dlang#9282 (d6139e3).
    ibuclaw committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ac124b5 View commit details
    Browse the repository at this point in the history
  2. Remove support for reinterpret casts from &int[7] to int[]*

    Internally these would treat the cast same as a normal conversion from
    int[7] to int[], which allows code at CTFE to erroneously succeed where
    it would raise a SEGV at run-time.
    ibuclaw committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    0c86139 View commit details
    Browse the repository at this point in the history