[flang-commits] [flang] [flang][PFT] Mark ASSIGN'd labels as assigned GO TO targets (PR #218674)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Wed Aug 26 06:08:34 PDT 2026


================
@@ -1052,9 +1052,13 @@ class PFTBuilder {
             }
           },
           [&](const parser::AssignedGotoStmt &s) {
-            // Mark every possible target of the assigned GO TO so that
-            // wrappability analyses can see any escape from an enclosing
-            // construct.
+            // See Fortran 90 Clause 8.2.4.
----------------
eugeneepshteyn wrote:

The proper citation format for this would be F1990 8.2.4

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


More information about the flang-commits mailing list