[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
Tue Apr 21 08:16:28 PDT 2026
================
@@ -286,6 +286,12 @@ struct FrontendOptions {
// source file.
int fixedFormColumns = 72;
+ // The column after which characters are ignored in free form lines in the
+ // source file.
+ // In 6.3.2.1, in free source form a line shall contain at most ten thousand
----------------
JDPailleux wrote:
Ist F2023, but yes I'll update this reference
https://github.com/llvm/llvm-project/pull/192941
More information about the flang-commits
mailing list