Am 22.04.2013 15:44, schrieb Mikael Morin:
+  if ((source->expr_type == EXPR_ARRAY || source->rank > 0)
Minor: we can probably assume that rank > 0 if expr_type == EXPR_ARRAY,

Side remark and just for completeness, there is also rank == -1 for assumed-rank arrays. However, as TRANSFER is not an inquiry function, it shouldn't reach that code. (Maybe you could quickly check that that's indeed the case.)


Regarding the patch, I wonder whether the test case should also contain a CHARACTER one, motivated by PR 53685 (esp. comment 7).

Please also include that PR in the ChangeLog.

Tobias

Reply via email to