8000 G format misbehaving · Issue #7375 · lfortran/lfortran · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

G format misbehaving #7375

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

Closed
HarshitaKalani opened this issue May 20, 2025 · 0 comments · Fixed by #7501
Closed

G format misbehaving #7375

HarshitaKalani opened this issue May 20, 2025 · 0 comments · Fixed by #7501
Labels
format Bugs related to string formatting

Comments

@HarshitaKalani
Copy link
Contributor
program main
print "(4G15.7)", 1.0, 1.23, 1234567.8, 0.0001234
end program
$ lfortran b.f90
0E+10E+10E+70E-3
$ gfortran b.f90 && ./a.out
   1.000000       1.230000       1234568.      0.1234000E-03
@HarshitaKalani HarshitaKalani added the format Bugs related to string formatting label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format Bugs related to string formatting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0