@@ -81,14 +81,14 @@ static constexpr int maxNameLen{63};
8181// !DIR$ IGNORE_TKR [[(letters) name] ... letters
8282// "A" expands to all of TKRDM
8383ENUM_CLASS (IgnoreTKR,
84- Type, // T - don't check type category
85- Kind, // K - don't check kind
86- Rank, // R - don't check ranks
87- Device, // D - don't check host/device residence
88- Managed, // M - don't check managed storage
84+ Type, // T - don't check type category
85+ Kind, // K - don't check kind
86+ Rank, // R - don't check ranks
87+ Device, // D - don't check host/device residence
88+ Managed, // M - don't check managed storage
8989 Contiguous, // C - don't check for storage sequence association with a
9090 // potentially non-contiguous object
91- Pointer) // P - ignore pointer and allocatable matching
91+ Pointer) // P - ignore pointer and allocatable matching
9292using IgnoreTKRSet = EnumSet<IgnoreTKR, 8 >;
9393// IGNORE_TKR(A) = IGNORE_TKR(TKRDM)
9494static constexpr IgnoreTKRSet ignoreTKRAll{IgnoreTKR::Type, IgnoreTKR::Kind,
0 commit comments