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 f572da2 commit 91f9e67Copy full SHA for 91f9e67
flang/lib/Evaluate/check-expression.cpp
@@ -1504,7 +1504,7 @@ class CopyInOutExplicitInterface {
1504
auto actualType{characteristics::TypeAndShape::Characterize(actual_, fc_)};
1505
if (actualType && actualType->type().IsPolymorphic() &&
1506
!actualType->type().IsAssumedType() &&
1507
- !dummyObj_.IsPassedByDescriptor(/*isBindC*/false)) {
+ !dummyObj_.IsPassedByDescriptor(/*isBindC*/ false)) {
1508
// Not passing a descriptor, so will need to make a copy of the data
1509
// with a proper type.
1510
return true;
0 commit comments