forked from OSchip/llvm-project
[flang] Return a missing result
Original-commit: flang-compiler/f18@04f9fd39b9 Reviewed-on: https://github.com/flang-compiler/f18/pull/419
This commit is contained in:
parent
e58aa3837f
commit
f832a4d3ee
|
@ -268,6 +268,7 @@ std::optional<DummyDataObject> DummyDataObject::Characterize(
|
|||
result.intent = common::Intent::InOut;
|
||||
}
|
||||
// TODO: acquire coshape when symbol table represents it
|
||||
return result;
|
||||
}
|
||||
}
|
||||
return std::nullopt;
|
||||
|
|
Loading…
Reference in New Issue