mfvalin
mfvalin
zfp.f contains code sequences like integer, parameter :: const_zFORp_version_major = 0 integer, parameter :: const_zFORp_version_minor = 5 integer, parameter :: const_zFORp_version_patch = 5 integer, protected, bind(c, name="zFORp_version_major") :: zFORp_version_major integer,...
1127% flang --version clang version 6.0.1 (https://github.com/flang-compiler/flang-driver.git d46cbfe84bfcdbdb70ef5307ef85b745fd50c205) (https://github.com/llvm-mirror/llvm.git 2c9cf4f65f36fe91710c4b1bfd2f8d9533ac01b5) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /snow/valin/llvm/bin 1130% cat hello.f90 program hello print *,'Hello World' end 1131% flang hello.f90 /snow/valin/llvm/bin/../lib/libflang.so:...