[flang-commits] [flang] [flang] Generate valid IR on GOTO DO body (PR #66084)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Sep 13 13:47:20 PDT 2023
klausler wrote:
It would be better to disallow attempts to branch into constructs. They're not standard-conforming, they're not allowed by many compilers, they're not portable, and they don't have well-defined semantics for constructs other than IF/THEN/ENDIF.
https://github.com/llvm/llvm-project/pull/66084
More information about the flang-commits
mailing list