[flang-commits] [clang] [flang] [Flang] Adding -ffree-line-length-<value> flag (PR #192941)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Wed Apr 29 12:48:02 PDT 2026
JDPailleux wrote:
> What happens if someone calls flang -ffixed-line-length=72 -ffree-line-length=500 fixed-file.f free-file.f90 ?
It seems that it only takes the last one into account when I test it. And if -ffree-line-length is the last one, only free-file.f90 is affected, and the reverse for fixed-file
https://github.com/llvm/llvm-project/pull/192941
More information about the flang-commits
mailing list