[flang-commits] [flang] [Flang][OpenMP] Fix comments that should not be Sentinels on fixed format. (PR #68911)
    via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Oct 16 21:48:46 PDT 2023
    
    
  
================
@@ -1186,6 +1186,8 @@ Prescanner::IsFixedFormCompilerDirectiveLine(const char *start) const {
         break;
       }
       *sp++ = ToLowerCaseLetter(*p);
+    } else {
+      break;
----------------
Z572 wrote:
`dir!` and `@cuf` can't contain Spaces, so I don't think they break the any existing code. and see https://github.com/llvm/llvm-project/pull/68911#discussion_r1357342950
https://github.com/llvm/llvm-project/pull/68911
    
    
More information about the flang-commits
mailing list