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

flang bogus warning integer underflow #1459

Open
pjmsm opened this issue Nov 6, 2024 · 0 comments
Open

flang bogus warning integer underflow #1459

pjmsm opened this issue Nov 6, 2024 · 0 comments

Comments

@pjmsm
Copy link

pjmsm commented Nov 6, 2024

the Fortran program
program underflow
REAL CONS
CONS=(1e-10)**2
END
results in warning "underflow on power with INTEGER exponent"
flang version 18.1.8 in msys2 clang64 shell

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

No branches or pull requests

1 participant