-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 printing of float/double in 7.1.1 #1976
Comments
madscientist
changed the title
Incorrect printing of float/double in 7.1.0
Incorrect printing of float/double in 7.1.1
Nov 4, 2020
I tried 7.1.0 and see the same (incorrect) results. |
Bisecting shows this change in behavior was introduced by SHA 9f312fe
|
vitaut
added a commit
that referenced
this issue
Nov 4, 2020
Good catch, thanks! Fixed in 6b7bfed. |
vitaut
added a commit
that referenced
this issue
Nov 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing a problem printing with
{:f}
in 7.1.1.Here is the test program:
In 7.0.3 I get reasonable results:
In 7.1.1 I get something I can't understand at all:
This is on a GNU/Linux system compiled with GCC 10.2.
The text was updated successfully, but these errors were encountered: