[PATCH] D114943: [flang] Return arrays in Transfer runtime with SIZE argument

Jean Perier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 04:23:29 PST 2021


jeanPerier created this revision.
jeanPerier added a reviewer: klausler.
jeanPerier added a project: Flang.
Herald added a subscriber: jdoerfert.
jeanPerier requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In TRANSFER runtime the result was an array only if the MOLD was an array.
This is not in line with TRANSFER definition in 16.9.193 that rules that it
must also be an array if MOLD is scalar and SIZE if provided.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114943

Files:
  flang/runtime/misc-intrinsic.cpp
  flang/unittests/Runtime/MiscIntrinsic.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114943.391276.patch
Type: text/x-patch
Size: 4153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/6adc0581/attachment-0001.bin>


More information about the llvm-commits mailing list