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

incorrect comparations on nan on windows ocaml port #3982

Closed
vicuna opened this issue Feb 21, 2006 · 2 comments
Closed

incorrect comparations on nan on windows ocaml port #3982

vicuna opened this issue Feb 21, 2006 · 2 comments
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 21, 2006

Original bug ID: 3982
Reporter: dtldarek
Assigned to: @xavierleroy
Status: closed (set by @xavierleroy on 2006-07-28T08:21:46Z)
Resolution: unable to duplicate
Priority: normal
Severity: minor
Version: 3.08.3
Category: ~DO NOT USE (was: OCaml general)

Bug description

On *nix ports is ok, but on native windows port happends that
nan = nan returns true (should return false)
nan = 0. returns true (should return false)
etc.

@vicuna
Copy link
Author

vicuna commented Jun 10, 2006

Comment author: @xavierleroy

I suspect incorrect optimization by MSVC compiler. Haven't reproduced yet.

@vicuna
Copy link
Author

vicuna commented Jul 28, 2006

Comment author: @xavierleroy

Cannot reproduce with 3.09.pre-3, MSVC and Mingw ports. I'm closing this
issue for the time being, but feel free to reopen it with more details
(repro case, version of MSVC used, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants