-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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] cannot use real_kinds(i)
in program
#77282
Comments
Maybe you should also post linker command invocation with |
It also fails in the same manner for integer_kinds and logical_kinds. This causes HDF5 fail to be configured, as we use this test program if ISO_FORTRAN_ENV is available.
flang-new version 19.0.0git (https://github.com/llvm/llvm-project.git a4de589) |
This issue seems to be fixed:
integer_kinds print:
Tested with:
|
The following
test1.f90
works buttest2.f90
does not.It seems to be a linker issue, so it may be a problem specific to my environment. If so, please close this issue. But in my environment
test2.f90
works if I use gfortran.The text was updated successfully, but these errors were encountered: