[flang-commits] [flang] [Flang][OpenMP] Fix comments that should not be Sentinels on fixed format. (PR #68911)
Roger Ferrer Ibáñez via flang-commits
flang-commits at lists.llvm.org
Fri Oct 13 05:55:28 PDT 2023
================
@@ -1174,18 +1174,19 @@ Prescanner::IsFixedFormCompilerDirectiveLine(const char *start) const {
if (!IsFixedFormCommentChar(col1)) {
return std::nullopt;
}
+ if (p[0] != '$') {
----------------
rofirrim wrote:
I think with your last update, this is addressed.
https://github.com/llvm/llvm-project/pull/68911
More information about the flang-commits
mailing list