[PATCH] D99208: [flang] Save binding labels as strings
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 13:48:47 PDT 2021
klausler accepted this revision.
klausler added inline comments.
This revision is now accepted and ready to land.
================
Comment at: flang/include/flang/Evaluate/type.h:55
using LargestReal = Type<TypeCategory::Real, 16>;
+using DefaultCharacter = Type<TypeCategory::Character, 1>;
----------------
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.
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