================ @@ -6747,8 +6747,18 @@ defm backtrace : BooleanFFlag<"backtrace">, Group<gfortran_Group>; defm bounds_check : BooleanFFlag<"bounds-check">, Group<gfortran_Group>; defm check_array_temporaries : BooleanFFlag<"check-array-temporaries">, Group<gfortran_Group>; defm cray_pointer : BooleanFFlag<"cray-pointer">, Group<gfortran_Group>; -defm d_lines_as_code : BooleanFFlag<"d-lines-as-code">, Group<gfortran_Group>; -defm d_lines_as_comments : BooleanFFlag<"d-lines-as-comments">, Group<gfortran_Group>; +defm d_lines_as_code + : BooleanFFlag<"d-lines-as-code">, + HelpText<"In fixed form, with lines beginning with 'd' or 'D', the first " + "column will be treated as if it contained a blank.">, + Group<gfortran_Group>, + Visibility<[FlangOption, FC1Option]>; +defm d_lines_as_comments + : BooleanFFlag<"d-lines-as-comments">, + HelpText<"In fixed form, with lines beginning with 'd' or 'D', the lines " + "will be treated as a comment.">, ---------------- kkwli wrote:
Another suggestion: "Treat fixed form lines with 'd' or 'D' in the first column as comments." I think the 'd'/'D' is required to be in the first column. https://github.com/llvm/llvm-project/pull/127605 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits