[flang-commits] [flang] [flang] Fix spurious error due to bad expression shape calculation (PR #124323)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Sat Jan 25 08:03:30 PST 2025
================
@@ -149,6 +152,8 @@ inline MaybeExtentExpr GetSize(const std::optional<Shape> &maybeShape) {
// Utility predicate: does an expression reference any implied DO index?
bool ContainsAnyImpliedDoIndex(const ExtentExpr &);
+// GetShape()
----------------
DanielCChen wrote:
Is this comment intentional?
https://github.com/llvm/llvm-project/pull/124323
More information about the flang-commits
mailing list