[flang-commits] [flang] [Flang][OpenMP] Fix comments that should not be Sentinels on fixed format. (PR #68911)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Mon Oct 16 10:33:38 PDT 2023
================
@@ -1186,6 +1186,8 @@ Prescanner::IsFixedFormCompilerDirectiveLine(const char *start) const {
break;
}
*sp++ = ToLowerCaseLetter(*p);
+ } else {
+ break;
----------------
klausler wrote:
So fixed form directive sentinels will no longer be allowed to have ignored spaces as a result of this change, right? Are you sure that this won't break any existing codes?
https://github.com/llvm/llvm-project/pull/68911
More information about the flang-commits
mailing list