[PATCH] D99208: [flang] Save binding labels as strings

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 16:00:24 PDT 2021


tskeith marked an inline comment as done.
tskeith added inline comments.


================
Comment at: flang/include/flang/Evaluate/type.h:55
 using LargestReal = Type<TypeCategory::Real, 16>;
+using DefaultCharacter = Type<TypeCategory::Character, 1>;
 
----------------
klausler wrote:
> CHARACTER(1) may not be the default CHARACTER kind in all compilations; I'm specifically thinking about legacy Kanji modes.  You might want a different name.
I've removed DefaultCharacter.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99208/new/

https://reviews.llvm.org/D99208



More information about the llvm-commits mailing list