[flang-commits] [flang] [flang][semantics] add semantic check that STAT and ERRMSG are not (de)allocated by same statement (PR #164529)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Fri Oct 24 13:10:06 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))};
----------------
akuhlens wrote:

This is a random edit that needs fixing. I think I might have done an empty find and replace on accident.

https://github.com/llvm/llvm-project/pull/164529


More information about the flang-commits mailing list