We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117fe8e commit f9d3c1bCopy full SHA for f9d3c1b
flang/lib/Evaluate/intrinsics.cpp
@@ -3193,7 +3193,7 @@ IntrinsicProcTable::Implementation::HandleC_F_Pointer(
3193
if (dummies.size() == 2) {
3194
// Handle SHAPE
3195
DynamicType shapeType{TypeCategory::Integer, defaults_.sizeIntegerKind()};
3196
- if (arguments.size() >=3 && arguments[2]) {
+ if (arguments.size() >= 3 && arguments[2]) {
3197
if (auto type{arguments[2]->GetType()}) {
3198
if (type->category() == TypeCategory::Integer) {
3199
shapeType = *type;
0 commit comments