Skip to content

Fix undefined behavior in f64::sqrt #27948

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

Merged
merged 1 commit into from
Aug 23, 2015
Merged

Fix undefined behavior in f64::sqrt #27948

merged 1 commit into from
Aug 23, 2015

Conversation

wthrowe
Copy link
Contributor

@wthrowe wthrowe commented Aug 23, 2015

This fixes a reappearance of bug #9987 introduced in
1ddee80, which caused
f64::tests::test_sqrt_domain to fail (at least on some systems).

This fixes a reappearance of bug rust-lang#9987 introduced in
1ddee80, which caused
f64::tests::test_sqrt_domain to fail (at least on some systems).
@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@wthrowe
Copy link
Contributor Author

wthrowe commented Aug 23, 2015

Playground example of regression (only appears in Release mode, which isn't encoded in the URL)

@alexcrichton
Copy link
Member

@bors: r+ 5e9008d

@bors
Copy link
Collaborator

bors commented Aug 23, 2015

⌛ Testing commit 5e9008d with merge c69c29b...

bors added a commit that referenced this pull request Aug 23, 2015
This fixes a reappearance of bug #9987 introduced in
1ddee80, which caused
f64::tests::test_sqrt_domain to fail (at least on some systems).
@bors bors merged commit 5e9008d into rust-lang:master Aug 23, 2015
@wthrowe wthrowe deleted the f64-sqrt branch August 25, 2015 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants