[flang-commits] [flang] change exitstat and cmsstat from AnyInt to DefaultInt (PR #78286)
Yi Wu via flang-commits
flang-commits at lists.llvm.org
Tue Jan 16 09:15:47 PST 2024
================
@@ -77,7 +77,7 @@ static constexpr CategorySet AnyType{IntrinsicType | DerivedType};
ENUM_CLASS(KindCode, none, defaultIntegerKind,
defaultRealKind, // is also the default COMPLEX kind
- doublePrecision, defaultCharKind, defaultLogicalKind,
+ doublePrecision, defaultCharKind, defaultLogicalKind, greaterAndEqualToKind,
----------------
yi-wu-arm wrote:
would `noLessThanKind` be a better name?
https://github.com/llvm/llvm-project/pull/78286
More information about the flang-commits
mailing list