[flang-commits] [flang] [flang][semantics] add semantic check that STAT and ERRMSG are not (de)allocated by same statement (PR #164529)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri Oct 24 12:47:18 PDT 2025
================
@@ -775,7 +775,7 @@ to make sure that the names were clear. Here's what I ended up with:
```C++
void DoChecker::Leave(const parser::Expr &parsedExpr) {
- ActualArgumentSet argSet{CollectActualArguments(GetExpr(parsedExpr))};
+ ActualArgumentSet argSet{CollectActualArguments((parsedExpr))};
----------------
klausler wrote:
((why?))
https://github.com/llvm/llvm-project/pull/164529
More information about the flang-commits
mailing list