[flang-commits] [flang] [flang] Statement function dummy names do not clash with host or unreferenced global names (PR #212396)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Jul 28 06:20:24 PDT 2026
eugeneepshteyn wrote:
Context for reviewers: after https://github.com/llvm/llvm-project/pull/204417 an internal test started failing. Upon further investigation it was determined that the fix in https://github.com/llvm/llvm-project/pull/204417 was a bit too broad and started forbidding allowed cases. I also took this opportunity to add many more corner cases for statement functions.
Note: with this change the original issue https://github.com/llvm/llvm-project/issues/203820 stays fixed.
https://github.com/llvm/llvm-project/pull/212396
More information about the flang-commits
mailing list