[flang-commits] [PATCH] D83488: [flang] Change the default F18_FC	to gfortran
    Tim Keith via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Jul 13 11:34:32 PDT 2020
    
    
  
tskeith added a comment.
When I build with this change I'm seeing a couple of modfile tests failing. The problem is that when `isPGF90` is false, `parser::useHexadecimalEscapeSequences` is set to be true which affects how escape sequences are written in character literals in modfiles.
The choice of the compiler shouldn't be affecting modfile format, so I've created https://reviews.llvm.org/D83703 to fix that.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83488/new/
https://reviews.llvm.org/D83488
    
    
More information about the flang-commits
mailing list