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

run-pass/const-endianness: negate before to_le() #52876

Merged
merged 1 commit into from
Aug 1, 2018

Commits on Jul 30, 2018

  1. run-pass/const-endianness: negate before to_le()

    `const LE_I128` needs parentheses to negate the value *before* calling
    `to_le()`, otherwise it doesn't match the operations performed in the
    black-boxed part of the test.  This only makes a tangible difference on
    big-endian targets.
    cuviper committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    1ea2765 View commit details
    Browse the repository at this point in the history