[flang-commits] [flang] [flang][debug] Improve handling of dummy character arguments. (PR #108283)

via flang-commits flang-commits at lists.llvm.org
Fri Sep 13 04:50:10 PDT 2024


================
@@ -286,7 +287,25 @@ mlir::LLVM::DITypeAttr DebugTypeGenerator::convertCharacterType(
     sizeInBits =
         charTy.getLen() * kindMapping.getCharacterBitsize(charTy.getFKind());
   } else {
-    return genPlaceholderType(context);
+    // In some situations, the len of the character is not part of the type but
----------------
jinisusan wrote:

Should we mention "assumed length strings" instead of "some situations" ?

https://github.com/llvm/llvm-project/pull/108283


More information about the flang-commits mailing list