[llvm-branch-commits] [flang] [flang] Do not branch to a FORMAT statement from an assigned GO TO (PR #217220)

Kareem Ergawy via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 21 02:06:28 PDT 2026


================
@@ -1051,11 +1051,26 @@ class PFTBuilder {
             // Mark every possible target of the assigned GO TO so that
             // wrappability analyses can see any escape from an enclosing
             // construct.
+            auto markIfBranchTarget = [&](parser::Label label) {
----------------
ergawy wrote:

Done in 6d3274b48ed580f1a759895bfea11694af4cb719.

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


More information about the llvm-branch-commits mailing list