[flang-commits] [PATCH] D104325: [flang] Correct the subscripts used for arguments to character intrinsics

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jun 16 09:22:12 PDT 2021


klausler added inline comments.


================
Comment at: flang/runtime/descriptor.h:309-310
+  // define the extents of the dimensions and the element length
+  // before calling.  It computes (re)the byte strides after
+  // allocation.
   // TODO: SOURCE= and MOLD=
----------------
PeteSteinfeld wrote:
> I didn't understand the "(re)the" part of this comment.
It's a typo, will fix.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104325/new/

https://reviews.llvm.org/D104325



More information about the flang-commits mailing list