[flang-commits] [flang] change exitstat and cmsstat from AnyInt to DefaultInt (PR #78286)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Tue Jan 16 09:07:19 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,
----------------
klausler wrote:

This name is nonsensical.  How can a value be both greater than and equal to another?

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


More information about the flang-commits mailing list