You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program kinds_issue
use, intrinsic:: iso_fortran_env, only: integer_kinds
implicit noneinteger:: k
k=1write (*,'(I0)') integer_kinds(k)
end program
Results in an error like this:
FIRModule:(.text+0x4e): undefined reference to `_QMiso_fortran_envECinteger_kinds'
flang-new: error: linker command failed with exit code 1 (use -v to see invocation)