[flang][NFC] Add todo in CallInterface

Add a todo for assumed shape dummy argument with VALUE attribute
since this is not implemented yet.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D121581
This commit is contained in:
Valentin Clement 2022-03-14 10:41:50 +01:00
parent a5f1262332
commit f5b29a7a96
No known key found for this signature in database
GPG Key ID: 086D54783C928776
1 changed files with 2 additions and 0 deletions

View File

@ -836,6 +836,8 @@ private:
addPassedArg(PassEntityBy::MutableBox, entity, characteristics);
} else if (dummyRequiresBox(obj)) {
// Pass as fir.box
if (isValueAttr)
TODO(loc, "assumed shape dummy argument with VALUE attribute");
addFirOperand(boxType, nextPassedArgPosition(), Property::Box, attrs);
addPassedArg(PassEntityBy::Box, entity, characteristics);
} else if (dynamicType.category() ==