[flang-commits] [flang] Apply kind code check on exitstat and cmdstat (PR #78286)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Jan 16 09:25:46 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,
----------------
kiranchandramohan wrote:
`greaterOrEqualsKind` is a possibility.
https://github.com/llvm/llvm-project/pull/78286
More information about the flang-commits
mailing list