-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
[libc++] std::fpclassify()
on non-floats that are convertible to float is an error?
#54356
Comments
This should indeed be implicitly converted to double according to http://eel.is/c++draft/cmath.syn. |
LWG3693 may be related. |
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
For more instructions on how to submit a patch to LLVM, see our documentation. If you have any further questions about this issue, don't hesitate to ask via a comment on this Github issue. @llvm/issue-subscribers-good-first-issue |
Is this bug still relevant? I would like to work on it |
Yes, I think it's still relevant! It'd be great if you can work on a PR for it, let us know once you have something! |
Created PR: #67913 |
Closing since #67913 was merged. |
I don't know if this is a bug, but it's an inconsistency with libstdc++:
https://godbolt.org/z/dKGxhndEj
The text was updated successfully, but these errors were encountered: