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

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Jun 15 20:05:00 PDT 2021


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

All builds, tests, and looks good.



================
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=
----------------
I didn't understand the "(re)the" part of this comment.


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

https://reviews.llvm.org/D104325



More information about the flang-commits mailing list