[flang-commits] [PATCH] D144026: [flang][runtime] Handle aliasing in Assign()
Slava Zakharin via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Feb 15 10:06:41 PST 2023
vzakhari added inline comments.
================
Comment at: flang/runtime/assign.cpp:131
+ const char *xDescLast{xDesc + x.SizeInBytes()};
+ const char *yDesc{reinterpret_cast<const char *>(&x)};
+ const char *yDescLast{yDesc + y.SizeInBytes()};
----------------
Looks like a typo :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144026/new/
https://reviews.llvm.org/D144026
More information about the flang-commits
mailing list